码迷,mamicode.com
首页 > 其他好文 > 详细

GLog & GFlags 的安装

时间:2020-04-30 13:42:50      阅读:58      评论:0      收藏:0      [点我收藏+]

标签:sudo   inux   -bash   dir   lin   dev   linu   install   ubunt   

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 的安装

标签:sudo   inux   -bash   dir   lin   dev   linu   install   ubunt   

原文地址:https://www.cnblogs.com/lingr7/p/12808017.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!