1.下载

git clone https://github.com/google/glog

2.配置

sudo apt-get install autoconf automake libtool

3.编译安装

进入源码根目录(glog文件夹) 
./autogen.sh 
./configure 
make -j 24 
sudo make install

  

相关文章:

  • 2021-11-05
  • 2021-12-16
  • 2021-10-14
  • 2021-10-15
  • 2021-10-08
  • 2021-08-22
  • 2022-01-18
猜你喜欢
  • 2022-12-23
  • 2021-05-10
  • 2021-05-22
  • 2021-11-13
  • 2021-07-07
  • 2021-06-16
相关资源
相似解决方案