Skip to content

Instantly share code, notes, and snippets.

@mosuka
Created June 17, 2017 16:31
Show Gist options
  • Save mosuka/e21914bacfbe5d6dfdc3c6c7ca408762 to your computer and use it in GitHub Desktop.
Save mosuka/e21914bacfbe5d6dfdc3c6c7ca408762 to your computer and use it in GitHub Desktop.
install proto3 onUbuntu
$ curl -OL https://github.com/google/protobuf/releases/download/v3.3.0/protoc-3.3.0-linux-x86_64.zip
$ sudo unzip protoc-3.3.0-linux-x86_64.zip -d /opt/protoc-3.3.0
$ sudo ln -s /opt/protoc-3.3.0/bin/protoc /usr/bin/protoc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment