From: Petteri Aimonen Date: Fri, 13 Feb 2015 16:42:35 +0000 (+0200) Subject: Update cmake_simple example readme X-Git-Tag: 5.0.2~186^2~152 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=93364463ac9ffc2206abe9d770152f073c671c2e;hp=7c00b90910d4e14e23e027eb951e6f2a8dcfae29;p=apps%2Fagl-service-can-low-level.git Update cmake_simple example readme --- diff --git a/examples/cmake_simple/README.txt b/examples/cmake_simple/README.txt index e41b8408..aa0f3f3a 100644 --- a/examples/cmake_simple/README.txt +++ b/examples/cmake_simple/README.txt @@ -15,11 +15,4 @@ On Linux, create a build directory and then call cmake: After that, you can run it with the command: ./simple -#On other platforms, you first have to compile the protocol definition using -#the following command:: -# -# ../../generator-bin/protoc --nanopb_out=. simple.proto -# -#After that, add the following four files to your project and compile: -# -# simple.c simple.pb.c pb_encode.c pb_decode.c +On other platforms supported by CMake, refer to CMake instructions.