diff options
author | Petteri Aimonen <jpa@git.mail.kapsi.fi> | 2013-11-17 20:57:50 +0200 |
---|---|---|
committer | Petteri Aimonen <jpa@git.mail.kapsi.fi> | 2013-12-29 20:26:58 +0200 |
commit | 6e087731535bc938d48c0db09b7cc602c4769e8f (patch) | |
tree | 91bd43d604b3d0e2404b374ce4e6fefb73345d3c /examples | |
parent | d7cadaa46fe5979518a7ee2493250434f4e8ee40 (diff) |
README updates
Diffstat (limited to 'examples')
-rw-r--r-- | examples/simple/README.txt | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/examples/simple/README.txt b/examples/simple/README.txt index d18c4183..ee77bfc7 100644 --- a/examples/simple/README.txt +++ b/examples/simple/README.txt @@ -18,10 +18,9 @@ On Linux, simply type "make" to build the example. After that, you can run it with the command: ./simple On other platforms, you first have to compile the protocol definition using -the following two commands:: +the following command:: - protoc -osimple.pb simple.proto - python nanopb_generator.py simple.pb + ../../generator-bin/protoc --nanopb_out=. simple.proto After that, add the following four files to your project and compile: |