diff options
Diffstat (limited to 'README.txt')
-rw-r--r-- | README.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/README.txt b/README.txt new file mode 100644 index 00000000..2a12b4f5 --- /dev/null +++ b/README.txt @@ -0,0 +1,11 @@ +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 + +The only runtime dependencies are memset() and memcpy(). + +To run the tests, run make under the tests folder. +If it completes without error, everything is fine. |