log4cpp编译安装 Centos

下载代码

官网log4cpp下载 或者git下载
git clone https://git.code.sf.net/p/log4cpp/codegit log4cpp-codegit

编译安装

cd log4cpp-codegit/  
./autogen.sh  
./configure  
make
make check
make install

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

相关文章

Centos下搭建性能监控Spotlight
CentOS 6.3下Strongswan搭建IPSec VPN
在CentOS6.5上安装Skype与QQ
阿里云基于centos6.5主机VPN配置
CentOS 6.3下配置multipah
CentOS安装、配置APR和tomcat-native