summaryrefslogtreecommitdiffstats
path: root/README.txt
diff options
context:
space:
mode:
authorPetteri Aimonen <jpa@git.mail.kapsi.fi>2013-11-17 19:20:04 +0200
committerPetteri Aimonen <jpa@git.mail.kapsi.fi>2013-12-29 20:26:57 +0200
commitef31774cd902a6f069b8f2b80b870167328f5acb (patch)
tree321c008c224a5e197925030e1ddafcc0a88536d6 /README.txt
parent480b39cc0adc749ad81183fad2bfce6548c56604 (diff)
Moving files around
Renamed READMEs to README.txt to be more friendly for Windows users.
Diffstat (limited to 'README.txt')
-rw-r--r--README.txt11
1 files changed, 11 insertions, 0 deletions
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.