@daaoling
2016-12-03T17:58:51.000000Z
字数 425
阅读 2581
protobuff
download from https://github.com/google/protobuf/releases
now version is 2.6.1
已经编译好了protoc放在protobuf-2.6.1/src目录下
然后如果要安装python环境的话,
cd python
python steup.pu build
python steup.pu install
不然报错提醒
protoc is not installed nor found in ../src. Please compile it or install the binary package.
cd protobuf-2.6.1
./configure
make
make check
make install
cd python
sudo python steup.pu build
sudo python steup.pu install