Fix test, upgrade to protobuf 2.4.1, doc

This commit is contained in:
Miron Cuperman
2012-01-11 12:41:14 -08:00
parent 1a2ce7d982
commit 9f90ae2f0e
3 changed files with 10 additions and 2 deletions

8
README
View File

@@ -2,6 +2,14 @@ To get started, ensure you have the latest JDK installed, and download Maven fro
http://maven.apache.org/
and install the protobuf compiler package version 2.4.x:
Debian/Ubuntu: apt-get install protobuf-compiler
Windows: http://code.google.com/p/protobuf/downloads/list
OSX: install from ports?
Then run "mvn clean package" to compile the software. You can also run "mvn site:site" to generate a website with
useful information like JavaDocs. The outputs are under the target/ directory.