C++的编译
1.
svn checkout http://protobuf.googlecode.com/svn/trunk/ protobuf
2.cd protobuf
3../autogen.sh
4.autoconf产生configure脚本
5../configure
6.make && make check && make install
Python Install
1.python setup.py test
2.python setup.py install
posted on 2012-07-05 11:11
nk_ysg 阅读(353)
评论(0) 编辑 收藏 引用 所属分类:
Linux