facebook / wdt

Warp speed Data Transfer (WDT) is an embeddedable library (and command line tool) aiming to transfer data between 2 systems as fast as possible over multiple TCP paths.
https://www.facebook.com/WdtOpenSource
Other
2.86k stars 392 forks source link

Build instructions on building glog from source are no longer correct #219

Open CaptJak opened 3 years ago

CaptJak commented 3 years ago

https://github.com/google/glog no longer contains the 'configure' script, but instead provides instructions for cmake to build and install.

i.e.

cd glog
./configure # add --with-gflags=whereyouinstalledgflags
# to avoid ERROR: unknown command line flag 'minloglevel' later
make -j && sudo make install

is incorrect unless you're using an older version of glog. glog-0.3.5 still has the configure script and works without problem.