summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorJoshua Haberman <jhaberman@gmail.com>2011-04-05 23:10:06 -0700
committerJoshua Haberman <jhaberman@gmail.com>2011-04-05 23:10:06 -0700
commitd0dee34a7f636af5b9ba5490024e24697224af56 (patch)
tree528eaef7cc054d6d5d2ae99b4557c1451b70701a /README
parent066d1e024c27d8171667ed28ff209ec24e031aba (diff)
Update README and fix small decoder issue.
Diffstat (limited to 'README')
-rw-r--r--README7
1 files changed, 6 insertions, 1 deletions
diff --git a/README b/README
index 0aa4817..8b88451 100644
--- a/README
+++ b/README
@@ -3,7 +3,7 @@ upb - a minimalist implementation of protocol buffers.
For API documentation, see the header files.
-To build:
+To build (the core library is ANSI C and has no dependencies):
$ make
Other useful targets:
@@ -11,6 +11,11 @@ $ make test
$ make benchmark
$ make lua (requires lua libraries to be installed)
+The tests and benchmarks have the following dependencies
+(Ubuntu package names in parentheses):
+- Google's protobuf compiler + libraries (protobuf-compiler, libprotobuf-dev)
+- Lua binary and libraries (lua5.1, liblua5.1-dev)
+
Issue tracking is on Google Code:
http://code.google.com/p/upb/issues/list
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback