Go to file
Seth Call 00dd36a8f7 * trying out container type 2012-08-05 23:01:24 -05:00
src * trying out container type 2012-08-05 23:01:24 -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 * trying out container type 2012-08-05 23:01:24 -05:00
Gemfile.lock * trying out container type 2012-08-05 23:01:24 -05:00
README.md * beefing up readme 2012-07-30 23:03:41 -05:00
build * trying out container type 2012-08-05 23:01:24 -05:00
build_protoc * trying out container type 2012-08-05 23:01:24 -05:00
build_protoc-c * trying out container type 2012-08-05 23:01:24 -05:00
build_rprotoc * trying out container type 2012-08-05 23:01:24 -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...