aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorPetteri Aimonen <jpa@git.mail.kapsi.fi>2012-09-02 20:49:08 +0300
committerPetteri Aimonen <jpa@git.mail.kapsi.fi>2012-09-02 20:49:08 +0300
commit11e0918b5e8832fef167a260b4afde2dc972dcf7 (patch)
tree439654e5099698f41e7c59b1dc538ceaa9405054 /README
parent07d44cf632bb3d1a4fb87c44e422ab9af42f2717 (diff)
Created a CHANGELOG file for easy reference.
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.