在安装前,确保已安装以下几个软件包:
gcc、autoconf、libtool、automake
解压下载的zip包,cd到protobuf的目录下,执行以下指令:
$ tar -xjvf protobuf-2.4.2.tar.gz
$ cd protobuf-2.4.2
编译安装protobuf
./configure
make
make check
make install
如何在Linux环境下在CodeBlock中安装使用Google Protobuf:http://www.linuxdiyf.com/linux/8390.html