Skip to content

Instantly share code, notes, and snippets.

@smothiki
Created September 23, 2019 23:00
Show Gist options
  • Save smothiki/4e9bbb2b7385eab1dab8db1ca777393c to your computer and use it in GitHub Desktop.
Save smothiki/4e9bbb2b7385eab1dab8db1ca777393c to your computer and use it in GitHub Desktop.
install protoc in mac
brew install libtool
brew install autoconf && brew install automake
./autogen.sh && ./configure && make
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