From 71760fc9d5a027b5cd837570f121db999a7b8037 Mon Sep 17 00:00:00 2001 From: Romain Forlot Date: Tue, 13 Jun 2017 17:27:13 +0200 Subject: Updating README Change-Id: I6257a79b3f663c38a23d4c5400c53b4f70654999 Signed-off-by: Romain Forlot --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b6771b9..d29f228 100644 --- a/README.md +++ b/README.md @@ -16,15 +16,15 @@ The reference documentation of the JSON file can be found [here](https://github. * Make sure you already set up the AGL SDK using the following [SDK Quick Setup Guide](http://docs.iot.bzh/docs/getting_started/en/dev/reference/setup-sdk-environment.html). Alternatively, please refer to official guides available on [AGL Developer Site](http://docs.automotivelinux.org/docs/devguides/en/dev/#guides). -> **CAUTION** Don't source the environment file to get this project compile. We just use CMake from SDK environment, so make sure to not have CMake on the system or remove it if needed with ```sudo apt-get remove cmake```. +> **CAUTION** Don't source the environment file to get this project compile. We just use CMake from SDK environment, so make sure to not have CMake on the system or remove it if needed with ```sudo apt-get remove cmake```. ## Compile ```bash $ export PATH=$PATH:/xdt/sdk/sysroots/x86_64-aglsdk-linux/usr/bin $ export WD=$(pwd) -$ git clone --recursive https://gerrit.automotivelinux.org/gerrit/apps/low-level-can-service -$ cd can-config-generator +$ git clone --recursive https://gerrit.automotivelinux.org/gerrit/apps/low-level-can-generator +$ cd low-level-can-generator $ mkdir -p build $ cd build $ cmake -G "Unix Makefiles" .. -- cgit 1.2.3-korg