You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you wish to compile .proto definitions to ruby, you will need to install Google's Protocol Buffers from your favorite package manager or from source. This gem currently supports protobuf <= 2.5.0.
Note: the compiled headers are not a runtime requirement for this library to work, they are only necessary if you wish to compile your definitions to ruby.
OSX Install
$ brew install protobuf
Ubuntu
$ sudo apt-get install -y protobuf
Gem Install
Once the protobuf package is installed, install this gem with RubyGems or Bundler.