Created
May 16, 2020 19:31
-
-
Save peterroth/8b73ccc89bb40fe04cd28a805d7159e1 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
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