From ef31774cd902a6f069b8f2b80b870167328f5acb Mon Sep 17 00:00:00 2001 From: Petteri Aimonen Date: Sun, 17 Nov 2013 19:20:04 +0200 Subject: Moving files around Renamed READMEs to README.txt to be more friendly for Windows users. --- README.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 README.txt (limited to 'README.txt') 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. -- cgit 1.2.3-korg