1、 git clone https://github.com/protocolbuffers/protobuf.git
2、 然后cd到protobuf目录执行:git submodule update --init --recursive
3、 然后使用yum安装对应的库,yum install autoconf automake libtool curl make g++ unzip,
4、然后执行./autogen.sh,
5、然后执行./configure --prefix=/usr,将protobuf安装到/usr目录,然后使用make进行编译
6、在使用make install进行安装
7、然后输入protoc -v查看版本号
8、然后执行ldconfig命令
标签:git,protobuf,centos,--,make,然后,编译 From: https://www.cnblogs.com/yyybill/p/17553710.html