Skip to content

Instantly share code, notes, and snippets.

@hongchaodeng
Created July 7, 2014 01:45
Show Gist options
  • Save hongchaodeng/ef3739773751c56e33e2 to your computer and use it in GitHub Desktop.
Save hongchaodeng/ef3739773751c56e33e2 to your computer and use it in GitHub Desktop.
OSX protoc version

OSX homebrew can install protobuf. But the default is protobuf 2.5 at the time. All you have to do is to type the following after install protobuf241.

brew link --force --overwrite protobuf241
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment