Go to file
Seth Call 521ae8f3e3 * beefing up readme 2012-07-30 23:03:41 -05:00
src * initial build ready (i think) 2012-07-30 23:00:33 -05:00
.gitignore * initial build ready (i think) 2012-07-30 23:00:33 -05:00
.rvmrc * initial build ready (i think) 2012-07-30 23:00:33 -05:00
Gemfile * initial build ready (i think) 2012-07-30 23:00:33 -05:00
Gemfile.lock * initial build ready (i think) 2012-07-30 23:00:33 -05:00
README.md * beefing up readme 2012-07-30 23:03:41 -05:00
build * initial build ready (i think) 2012-07-30 23:00:33 -05:00
build_protoc * initial build ready (i think) 2012-07-30 23:00:33 -05:00
build_rprotoc * initial build ready (i think) 2012-07-30 23:00:33 -05:00

README.md

Jam-Pb (Protocol Buffers)

Environment

  • Download and install protoc 2.4.1 on the command-line: Protocol Buffers Download
  • Bash
  • Optionally, if you have 'bundle' available (ruby dependency management tool), protocol buffers for ruby will also build.

Building

./build

Using

./target/cpp has cpp output ./target/ruby has ruby output

... this is a bit raw... could some day be better. But for now...