aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRomain Forlot <romain.forlot@iot.bzh>2017-06-13 17:27:13 +0200
committerRomain Forlot <romain.forlot@iot.bzh>2017-06-13 17:27:13 +0200
commit71760fc9d5a027b5cd837570f121db999a7b8037 (patch)
tree092cb243e0e96f8c31a175de1f231db5ffe91c20
parent014ba2dd29eaadb4d61948ca417c25112f76ee0e (diff)
Updating README
Change-Id: I6257a79b3f663c38a23d4c5400c53b4f70654999 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
-rw-r--r--README.md6
1 files 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" ..