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-08-12
  • 2021-07-21
  • 2021-12-12
  • 2021-05-28
  • 2021-12-16
  • 2022-02-28
  • 2021-09-22
  • 2021-08-06
猜你喜欢
  • 2022-12-23
  • 2021-05-10
  • 2021-09-19
  • 2021-12-16
  • 2022-02-07
  • 2021-06-19
  • 2021-09-19
相关资源
相似解决方案