protocol buffer

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

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

安装:github

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

 

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

2.libtoolize
安装libtool: yum install libtoolspa