google protobuf的编译

google protobuf的编译
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

你可能感兴趣的:(google protobuf的编译)