aboutsummaryrefslogtreecommitdiffstats
path: root/docs/2-Installation.md
diff options
context:
space:
mode:
authorRomain Forlot <romain.forlot@iot.bzh>2017-05-23 22:53:28 +0200
committerRomain Forlot <romain.forlot@iot.bzh>2017-05-23 22:53:28 +0200
commitce53e9102f8fc9d28ed706b977c30a5258e7d0c3 (patch)
treea810db1453ff6dd8a9028d1b338e939e6cc44771 /docs/2-Installation.md
parentc3c61544e91bf456ffbda96df4f5fff45d1bc12f (diff)
Update the doc
Change-Id: I5b403be18a82072bb68b0b01d2ad576de4fb5014 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'docs/2-Installation.md')
-rw-r--r--docs/2-Installation.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/2-Installation.md b/docs/2-Installation.md
index 4043885..655bfb0 100644
--- a/docs/2-Installation.md
+++ b/docs/2-Installation.md
@@ -39,6 +39,7 @@ $ export PATH=$PATH:/xdt/sdk/sysroots/x86_64-aglsdk-linux/usr/bin
$ export WD=$(pwd)
$ git clone https://github.com/iotbzh/CAN_signaling
$ export GENERATOR=${WD}/CAN-signaling/CAN-config-generator
+$ cd ${GENERATOR}
$ mkdir -p build
$ cd build
$ cmake -G "Unix Makefiles" ..
@@ -153,6 +154,7 @@ $ cp ${GENERATOR}/build/configuration-generated.cpp ../low-can-binding/binding
### Installation
```bash
+$ cd $WD/CAN_signaling/CAN-binder
$ mkdir build
$ cd build
$ cmake ..