jam-cloud/pb
Seth Call 95483b759f fix bundler 2021-04-11 14:01:49 -05:00
..
src name 2021-01-18 10:55:52 -06: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
Gemfile more changes 2021-01-31 21:25:09 -06:00
Gemfile.lock fix bundler 2021-04-11 14:01:49 -05: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 * dont hide output 2016-04-04 09:41:04 -05: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 merge conflict from feature/new_session (VRFS-3283) 2015-07-15 10:04:45 -05:00
package_java merging jam-pb into pb 2013-09-15 18:02:25 +00:00
package_ruby * more debug 2016-04-04 09:44:07 -05: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.