Forked from sofyan-ahmad/Install protobuf 3 on Ubuntu
Last active
December 2, 2018 10:59
-
-
Save mrLSD/ee43fe24fddd4f07f625a80bb2284057 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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