Code Review
/
apps
/
agl-service-can-low-level.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
283258d
)
Update readme
author
Petteri Aimonen
<jpa@git.mail.kapsi.fi>
Fri, 23 Dec 2016 19:09:09 +0000
(21:09 +0200)
committer
Petteri Aimonen
<jpa@git.mail.kapsi.fi>
Fri, 23 Dec 2016 19:09:09 +0000
(21:09 +0200)
README.md
patch
|
blob
|
history
diff --git
a/README.md
b/README.md
index
a32d6ca
..
459eaf8
100644
(file)
--- a/
README.md
+++ b/
README.md
@@
-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.