-
Notifications
You must be signed in to change notification settings - Fork 98
Installation
BJ Neilsen edited this page Sep 13, 2013
·
4 revisions
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.
$ brew install protobuf$ sudo apt-get install -y protobufOnce the protobuf package is installed, install this gem with RubyGems or Bundler.
$ gem install protobufNext: Compiling Definitions
Back: Wiki Home