Skip to content

Instantly share code, notes, and snippets.

@dehora
Created July 30, 2015 09:23
Show Gist options
  • Save dehora/24759f9c492f5f19d4e2 to your computer and use it in GitHub Desktop.
Save dehora/24759f9c492f5f19d4e2 to your computer and use it in GitHub Desktop.
install protoc v3
git clone https://github.com/google/protobuf.git
cd protobuf
git checkout v3.0.0-alpha-3.1
brew install automake
./autogen.sh
./configure
make
sudo make install
# and then protoc should be at 3
protoc --version
#libprotoc 3.0.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment