Skip to content

Instantly share code, notes, and snippets.

@ubogdan
Last active August 27, 2018 07:50
Show Gist options
  • Save ubogdan/fc03e24b2558bfce541e1ac7e248508c to your computer and use it in GitHub Desktop.
Save ubogdan/fc03e24b2558bfce541e1ac7e248508c to your computer and use it in GitHub Desktop.
Protobuff 3 - Linux Mint

Prepare env

sudo apt-get install libtool autoconf automake
sudo apt-get remove protobuf-compiler

Download , compile, install !

git clone https://github.com/google/protobuf
cd protobuf
./autogen.sh
./configure -prefix=/usr
make -j 4
make check
sudo make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment