Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save qmaruf/07124e2e9a58aa91dcd54f2b6db903a5 to your computer and use it in GitHub Desktop.

Select an option

Save qmaruf/07124e2e9a58aa91dcd54f2b6db903a5 to your computer and use it in GitHub Desktop.
curl -OL https://github.com/google/protobuf/releases/download/v3.2.0/protoc-3.2.0-linux-x86_64.zip
unzip protoc-3.2.0-linux-x86_64.zip -d protoc3
sudo mv protoc3/bin/* /usr/local/bin/
sudo mv protoc3/include/* /usr/local/include/
# Optional: change owner
# sudo chwon [user] /usr/local/bin/protoc
# sudo chwon -R [user] /usr/local/include/google
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment