博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
log4cpp编译安装 Centos
阅读量:6446 次
发布时间:2019-06-23

本文共 272 字,大约阅读时间需要 1 分钟。

hot3.png

下载代码

官网 或者git下载

git clone https://git.code.sf.net/p/log4cpp/codegit log4cpp-codegit

 

编译安装

cd log4cpp-codegit/  ./autogen.sh  ./configure  makemake checkmake install

安装完成后,头文件在/usr/local/include/log4cpp, 库文件在/usr/local/lib下。

转载于:https://my.oschina.net/u/1983790/blog/1587568

你可能感兴趣的文章