To Install:
Download protobuf from https://code.google.com/p/protobuf/downloads/list to your /usr/local (why /usr/local/?)
# tar -xjvf protobuf-2.5.0.tar.bz2 # cd /usr/local/protobuf-2.5.0 # ./configure # make # sudo make install # protoc --version libprotoc 2.5.0
For detailed inforamtion:
http://code.google.com/p/protobuf/source/browse/trunk/INSTALL.txt
1 comment:
Wow!I just used this few days ago. You could use this to get some market information from google play store.
Post a Comment