第一步:安装配置环境
sudo apt-get install autoconf automake libtool curl make g++ unzip
第二步:克隆protobuf源码
git clone https://github.com/google/protobuf.git
第三步:产生配置脚本文件
./autogen.sh
第四步:安装protobuf编译器protoc
./configure
make
make check
sudo make install
sudo ldconfig
然后可以参考我的博客http://blog.csdn.net/jack_20/article/details/73331143进行测试