Install google protocol buffers (protoc, protobuf) on CentOS 6 (linux)
Step 1. Download source code : https://github.com/google/protobuf/releases/download/v2.6.1/protobuf-2.6.1.tar.gz Step 2. Extract : $> tar -xzvf protobuf-2.6.1.tar.gz Step 3. Build and install: $> cd protobuf-2.6.1 $> ./configure $> make $> sudo make install For old version...
Recent Comments