50
edits
Changes
→Native protobuf-c
git svn clone http://protobuf-c.googlecode.com/svn/trunk protobuf-c
cd protobuf-c
./bootstrap.sh
mkdir ../pbc-`uname -m`
cd ../pbc-`uname -m`
PATH="`pwd`/../`uname -m`-linux-gnu/bin:$PATH"
make
make install
cd ../..