1)下载安装包: wget https://launchpad.net/gearmand/1.2/1.1.12/+download/gearmand-1.1.12.tar.gz
2)安装编译器: yum install gcc gcc-c++
3)安装依赖库:yum install -y boost boost-devel gperf gperf-devel libevent libevent-devel libuuid libuuid-devel
4) 编译gearmand:
tar zxvf gearmand-1.1.12.tar.gz
cd gearmand-1.1.12
./configure
make && make install
第三步依赖库可以在第四步编译的时候提示的时候安装,提示什么安装什么
时间: 2024-11-13 08:53:16