|
|
||
|---|---|---|
| src | ||
| .gitignore | ||
| .rvmrc | ||
| Gemfile | ||
| Gemfile.lock | ||
| README.md | ||
| build | ||
| build_protoc | ||
| build_protoc-c | ||
| build_rprotoc | ||
| ivy.xml | ||
| ivysettings.xml | ||
| package_java | ||
| package_ruby | ||
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...