GLog & GFlags 的安装

Posted lingr7

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了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

以上是关于GLog & GFlags 的安装的主要内容,如果未能解决你的问题,请参考以下文章

google-glog 入门教程

Caffe安装依赖及命令

google gflags 库的下载和使用

win10安装ceres环境

Ceres-solver安装(win10+vs2015)

google gflags 库的下载和使用