50
edits
Changes
→Building Protocol Buffers From Source
If you would like to build from source, you can use the following commands to obtain the source code repositories, configure, and build the code.
===== Native protobuf =====
cd deps
git svn clone http://protobuf.googlecode.com/svn/trunk protobuf
make install
cd ../..
===== Native protobuf-c =====
cd deps
cd ../..
===== Cross Compiling for ARMv7 =====
If you would like to cross-compile for armv7:
cd ../..
===== Cross Compiling for ARMv8 =====
If you would like to cross-compile for armv8: