Skip to main content

How can I install glog?

31 Jul 2016 - linux

git clone https://github.com/google/glog.git
cd glog
./configure && make
sudo make install
Compile with flag -lglog

References