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 閱讀(355)
評論(0) 編輯 收藏 引用 所屬分類:
Linux