Created
January 16, 2019 05:20
-
-
Save sudheerit11/2b5feec06c9d7318c2ff3558665b5eb0 to your computer and use it in GitHub Desktop.
Installing Protobuf On MAc
This file contains 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
Download protobuf | |
https://github.com/google/protobuf/releases | |
Execute ./autogen.sh && ./configure && make | |
On error may have to do brew install autoconf and brew install automake | |
make check | |
sudo make install | |
protoc --version |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment