Skip to content

Instantly share code, notes, and snippets.

@sudheerit11
Created January 16, 2019 05:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sudheerit11/2b5feec06c9d7318c2ff3558665b5eb0 to your computer and use it in GitHub Desktop.
Save sudheerit11/2b5feec06c9d7318c2ff3558665b5eb0 to your computer and use it in GitHub Desktop.
Installing Protobuf On MAc
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