summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 2 insertions, 0 deletions
diff --git a/README b/README
index 0fc79c47..2a12b4f5 100644
--- a/README
+++ b/README
@@ -5,5 +5,7 @@ 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.