Moving files around

Renamed READMEs to README.txt to be more friendly for Windows users.
This commit is contained in:
Petteri Aimonen
2013-11-17 19:20:04 +02:00
parent 480b39cc0a
commit ef31774cd9
9 changed files with 3 additions and 2 deletions

11
README.txt Normal file
View File

@@ -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.