summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorPetteri Aimonen <jpa@npb.mail.kapsi.fi>2011-09-14 10:36:04 +0000
committerPetteri Aimonen <jpa@npb.mail.kapsi.fi>2011-09-14 10:36:04 +0000
commitb2a696795e0f79e6913b79c6a8e840ce4cd44d25 (patch)
treebb51d7a8230c5967eb3cef77753a2101de270bc0 /README
parentfcfc99f766f278564c062922a2857c21ac9af041 (diff)
Added README
git-svn-id: https://svn.kapsi.fi/jpa/nanopb@976 e3a754e5-d11d-0410-8d38-ebb782a927b9
Diffstat (limited to 'README')
-rw-r--r--README9
1 files changed, 9 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 00000000..0fc79c47
--- /dev/null
+++ b/README
@@ -0,0 +1,9 @@
+Nanopb is a small code-size Protocol Buffers implementation.
+
+Homepage: http://kapsi.fi/~jpa/nanopb/
+
+To compile the library, you'll need these libraries:
+protobuf-compiler python-protobuf libprotobuf-dev
+
+To run the tests, run make under the tests folder.
+If it completes without error, everything is fine.