diff options
author | Petteri Aimonen <jpa@git.mail.kapsi.fi> | 2012-09-02 20:49:08 +0300 |
---|---|---|
committer | Petteri Aimonen <jpa@git.mail.kapsi.fi> | 2012-09-02 20:49:08 +0300 |
commit | 11e0918b5e8832fef167a260b4afde2dc972dcf7 (patch) | |
tree | 439654e5099698f41e7c59b1dc538ceaa9405054 /README | |
parent | 07d44cf632bb3d1a4fb87c44e422ab9af42f2717 (diff) |
Created a CHANGELOG file for easy reference.
Diffstat (limited to 'README')
-rw-r--r-- | README | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |