* beefing up readme

This commit is contained in:
Seth Call 2012-07-30 23:03:41 -05:00
parent 6ea02c11d3
commit 521ae8f3e3
1 changed files with 10 additions and 4 deletions

View File

@ -4,12 +4,18 @@ Jam-Pb (Protocol Buffers)
Environment Environment
----------- -----------
Download and install protoc 2.4.1 on the command-line: * Download and install protoc 2.4.1 on the command-line: [Protocol Buffers Download](http://code.google.com/p/protobuf/downloads/list)
http://code.google.com/p/protobuf/downloads/list * Bash
* Optionally, if you have 'bundle' available (ruby dependency management tool), protocol buffers for ruby will also build.
Bash
Building Building
-------- --------
./build ./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...