GLog & GFlags 的安装

On Debian/Ubuntu Linux, gflags can be installed using the following command:

 sudo apt-get install libgflags-dev

On Debian/Ubuntu Linux, glog can be installed using the following command:

 git clone https://github.com/google/glog.git
 cd glog 
 mkdir cmake_build               
 cd cmake_build
 cmake -H. -Bbuild -G "Unix Makefiles" ..
 sudo make install
posted @ 2020-04-30 12:06  lingr7  阅读(667)  评论(0编辑  收藏  举报