protocol buffer

下载与说明:https://github.com/google/protobuf

Google Protocol Buffer 的使用和原理:http://www.ibm.com/developerworks/cn/linux/l-cn-gpb/

安装:

$ ./autogen.sh
$ ./configure --prefix=/usr/local/protocolbuf
$ make
$ make check
$ make install

问题:
1.aclocal
安装automake: yum install automake 

2.libtoolize
安装libtool: yum install libtool

原文地址:https://www.cnblogs.com/thinksasa/p/4561334.html