Skip to content

Instantly share code, notes, and snippets.

@peterroth
Created May 16, 2020 19:31
Show Gist options
  • Save peterroth/8b73ccc89bb40fe04cd28a805d7159e1 to your computer and use it in GitHub Desktop.
Save peterroth/8b73ccc89bb40fe04cd28a805d7159e1 to your computer and use it in GitHub Desktop.
Protocol Buffers 2.5.0 is no longer available in Homebrew, it must he downloaded from source, compiled and installed:
$ wget https://github.com/protocolbuffers/protobuf/releases/download/v2.5.0/protobuf-2.5.0.tar.gz
$ tar zxvf protobuf-2.5.0.tar.gz
$ cd protobuf-2.5.0
$ ./configure
$ make
$ make check
$ make install
$ protoc --version
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment