Skip to content

Instantly share code, notes, and snippets.

@matthewlilley
Last active May 15, 2019 22:11
Show Gist options
  • Save matthewlilley/7beabaee4cbd6b1b7722f44147bf3951 to your computer and use it in GitHub Desktop.
Save matthewlilley/7beabaee4cbd6b1b7722f44147bf3951 to your computer and use it in GitHub Desktop.
How to install the latest protoc on unix
git clone https://github.com/protocolbuffers/protobuf.git
cd protobuf
git submodule update --init --recursive
./autogen.sh
./configure
make
make check
sudo make install
sudo ldconfig
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment