Skip to content
Snippets Groups Projects
Commit 16f08f9f authored by Petteri Aimonen's avatar Petteri Aimonen
Browse files

Update readme

parent 283258dc
No related branches found
No related tags found
No related merge requests found
......@@ -19,7 +19,7 @@ Using the nanopb library
To use the nanopb library, you need to do two things:
1. Compile your .proto files for nanopb, using protoc.
2. Include pb_encode.c and pb_decode.c in your project.
2. Include pb_encode.c, pb_decode.c and pb_common.c in your project.
The easiest way to get started is to study the project in "examples/simple".
It contains a Makefile, which should work directly under most Linux systems.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment