分类: LINUX
2016-12-29 22:08:28
./configure
make
make check
make install
2.you can try the approach on "",enter "protobuf" directory ,then run
a.make
b.make install
c.python setup.py build --cpp_implementation
d.python setup.py test --cpp_implementation
cd python
e.python setup.py build
f. python setup.py test
g.python setup.py install