Install Protobuf on Mac Using Brew
About "protobuf" Package
Protocol Buffers (also known as, protobuf) are Google's language-neutral, platform-neutral, extensible mechanism for serializing structured data. You can find protobuf's documentation on the Google Developers site.
For more details: https://github.com/google/protobuf/
Installation
- Open Terminal
- Install homebrew
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
- Install protobuf
brew install protobuf
0 comments:
Post a Comment