Skip to content

Instantly share code, notes, and snippets.

@javapriyan
Forked from sofyan-ahmad/Install protobuf 3 on Ubuntu
Last active October 6, 2017 15:45
Show Gist options
  • Select an option

  • Save javapriyan/a206352408580726aa8195dac7c2ce91 to your computer and use it in GitHub Desktop.

Select an option

Save javapriyan/a206352408580726aa8195dac7c2ce91 to your computer and use it in GitHub Desktop.
Install protobuf 3 on Linux
# Make sure you grab latest version
curl -OL https://github.com/google/protobuf/releases/download/v3.0.0-beta-2/protoc-3.0.0-beta-2-linux-x86_64.zip
# Unzip
unzip protoc-3.0.0-beta-2-linux-x86_64.zip -d protoc3
# Move only protoc* to /bin/
sudo mv protoc3/protoc /bin/protoc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment