jam-cloud/pb
Seth Call 59bf00a97e * DownloadAvailable proto msg added to help poke client when downloads become available 2014-01-08 21:24:21 +00:00
..
src * DownloadAvailable proto msg added to help poke client when downloads become available 2014-01-08 21:24:21 +00:00
.gitignore merging jam-pb into pb 2013-09-15 18:02:25 +00:00
.ruby-gemset merging jam-pb into pb 2013-09-15 18:02:25 +00:00
.ruby-version fix warning related to ruby- prefix in .ruby-version files 2013-12-27 16:28:28 -05:00
Gemfile * fixing relative paths in gems for develop branch as well 2013-09-16 02:28:44 +00:00
Gemfile.lock merging jam-pb into pb 2013-09-15 18:02:25 +00:00
README.md merging jam-pb into pb 2013-09-15 18:02:25 +00:00
build merging jam-pb into pb 2013-09-15 18:02:25 +00:00
build_protoc merging jam-pb into pb 2013-09-15 18:02:25 +00:00
build_protoc-c merging jam-pb into pb 2013-09-15 18:02:25 +00:00
build_rprotoc merging jam-pb into pb 2013-09-15 18:02:25 +00:00
ivy.xml merging jam-pb into pb 2013-09-15 18:02:25 +00:00
ivysettings.xml merging jam-pb into pb 2013-09-15 18:02:25 +00:00
jenkins merging jam-pb into pb 2013-09-15 18:02:25 +00:00
package_java merging jam-pb into pb 2013-09-15 18:02:25 +00:00
package_ruby * bumping gems to be version 0.1.X to match debs 2013-09-18 20:35:20 +00:00

README.md

Jam-Pb (Protocol Buffers)

Environment

  • Download and install protoc 2.4.1 on your PATH: Protocol Buffers Download
  • Bash (on windows, [Git Bash[(http://code.google.com/p/msysgit/) was used successfully)]
  • Optional: if you have 'bundle' available (ruby dependency management tool), protocol buffers for ruby will also build.
  • Optional: if you have protoc-c on your PATH, protocol buffers for c will also build.

Building

./build

Using

After a ./build:

  • ./target/cpp has cpp output
  • ./target/ruby has ruby output
  • ./target/c has c output
  • ./target/java has java output

Contributing

Edit src/client-container.proto to add or change existing messages. That file has more contextual information in it.