码迷,mamicode.com
首页 > 其他好文 > 详细

protocol buffer

时间:2015-06-08 18:46:54      阅读:108      评论:0      收藏:0      [点我收藏+]

标签:

下载与说明: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

protocol buffer

标签:

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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!