上传者: handanhzq
|
上传时间: 2021-11-04 17:25:06
|
文件大小: 520KB
|
文件类型: -
解压后编译 unzip glog-0.3.5.tar.zip
glog编译依赖gcc gcc-c++ yum install gcc-c++
编译glog glog-0.3.5.tar.gz
# tar -zxvf glog-0.3.5.tar.gz
# cd glog-0.3.5
# ./configure
# make
# make install
添加动态库连接 /usr/local/lib
# vim /etc/ld.so.conf
加载动态库
# ldconfig