2012-07-31 04:00:33 +00:00
|
|
|
Jam-Pb (Protocol Buffers)
|
|
|
|
|
=========================
|
|
|
|
|
|
|
|
|
|
Environment
|
|
|
|
|
-----------
|
|
|
|
|
|
2012-08-21 02:10:12 +00:00
|
|
|
* Download and install protoc 2.4.1 on your PATH: [Protocol Buffers Download](http://code.google.com/p/protobuf/downloads/list)
|
|
|
|
|
* 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.
|
2012-07-31 04:00:33 +00:00
|
|
|
|
|
|
|
|
Building
|
|
|
|
|
--------
|
|
|
|
|
|
|
|
|
|
./build
|
2012-07-31 04:03:41 +00:00
|
|
|
|
|
|
|
|
Using
|
|
|
|
|
-----
|
|
|
|
|
./target/cpp has cpp output
|
|
|
|
|
./target/ruby has ruby output
|
2012-08-21 02:10:12 +00:00
|
|
|
./target/c has c output
|
|
|
|
|
./target/java has java output
|
2012-07-31 04:03:41 +00:00
|
|
|
|
2012-08-21 02:10:12 +00:00
|
|
|
Contributing
|
|
|
|
|
------------
|
|
|
|
|
|
|
|
|
|
Edit src/client-container.proto to add or change existing messages. That file has more contextual information in it.
|