下載與說明: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