sudo apt-get install build-essentialwget https://github.com/google/protobuf/releases/download/v2.6.1/protobuf-2.6.1.tar.gz
tar -zxvf protobuf-2.6.1.tar.gz && cd protobuf-2.6.1/./configure
make -j$(nproc) && make check
make installprotoc --version