红联Linux门户
Linux帮助

ubuntu 14.04安装protobuf

发布时间:2015-08-11 15:08:20来源:csdn作者:yu2014zjf

在安装前,确保已安装以下几个软件包:

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