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