1、创建目录
mkdir -p $GOPATH/src/github.com/CodisLabs
2、进入目录,下载源文件
cd $GOPATH/src/github.com/CodisLabs
git clone https://github.com/CodisLabs/codis.git -b release3.2
cd codis
4、编译:make
编译过程中出现有关 autoconf 错误提示,安装即可:sudo apt-get install autoconf
安装成功后,接着继续 make
5、如果成功生成以下文件,表明编译成功
cd bin && ls
网友评论