Closed rgs1 closed 9 years ago
Thanks for the patch @rgs1
We do apt-get install to install protobuf-compiler, and I'm guessing it installs version 2.4.*. If we are bumping protobuf version to 2.5, we also need to make sure protobuf-compiler version is 2.5.
https://github.com/zk1931/jzab/blob/66524470d147514da14579c934ab49adda1155e1/.travis.yml#L16
Also please update the README.md file.
I googled around a bit, it looks like people manually install protobuf when they need 2.5:
https://github.com/peter-edge/ruby-protocol-buffers-require/blob/master/.travis.yml
the latest release is 2.6.1. let's bump it up to the latest version while we are at it.
Signed-off-by: Raul Gutierrez S rgs@twitter.com