最近项目需要使用google 的protocol buffers,就看了下protobuf相关内容,发现网上中文资料大多停留在protobuf2阶段,经查阅protobuf已经更新到3.11.4版本了,并且3系列比2优化的内容更多,使用也更方便。下面记录下从下载源码,编译protobuf库,到测试使用。 1.安装protobuf3.11.4 1.1 解决编译protobuf库文件工具 如果你已经成功在centos下安装了Qt,并可以正常执行编译运行程序,此步骤不需要。 yum -y install autoconf automake libtool curl make g++ unzip