diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2017-05-23 22:53:28 +0200 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2017-05-23 22:53:28 +0200 |
commit | ce53e9102f8fc9d28ed706b977c30a5258e7d0c3 (patch) | |
tree | a810db1453ff6dd8a9028d1b338e939e6cc44771 /docs/2-Installation.md | |
parent | c3c61544e91bf456ffbda96df4f5fff45d1bc12f (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.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/2-Installation.md b/docs/2-Installation.md index 4043885e..655bfb0b 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 .. |