diff options
author | Petteri Aimonen <jpa@npb.mail.kapsi.fi> | 2011-09-14 10:36:04 +0000 |
---|---|---|
committer | Petteri Aimonen <jpa@npb.mail.kapsi.fi> | 2011-09-14 10:36:04 +0000 |
commit | b2a696795e0f79e6913b79c6a8e840ce4cd44d25 (patch) | |
tree | bb51d7a8230c5967eb3cef77753a2101de270bc0 /README | |
parent | fcfc99f766f278564c062922a2857c21ac9af041 (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-- | README | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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. |