X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=README.txt;h=0f2ade8bd7ca9116b3160deac7a8b1b7db1cc868;hb=50c67ecec4895f65ba684e4b46b4b70980a5be6a;hp=c6085d2830d7b84b9925d3e5eceeba9d7821267c;hpb=6e087731535bc938d48c0db09b7cc602c4769e8f;p=apps%2Fagl-service-can-low-level.git diff --git a/README.txt b/README.txt index c6085d28..0f2ade8b 100644 --- a/README.txt +++ b/README.txt @@ -28,9 +28,9 @@ compiler. This has the advantage that there is no need to reimplement the basic parsing of .proto files. However, it does mean that you need the Google's protobuf library in order to run the generator. -If you have downloaded a binary package for nanopb (either Windows or Linux -version), the 'protoc' binary is included in the 'generator-bin' folder. In -this case, you are ready to go. Simply run this command: +If you have downloaded a binary package for nanopb (either Windows, Linux or +Mac OS X version), the 'protoc' binary is included in the 'generator-bin' +folder. In this case, you are ready to go. Simply run this command: generator-bin/protoc --nanopb_out=. myprotocol.proto