From ce53e9102f8fc9d28ed706b977c30a5258e7d0c3 Mon Sep 17 00:00:00 2001 From: Romain Forlot Date: Tue, 23 May 2017 22:53:28 +0200 Subject: Update the doc Change-Id: I5b403be18a82072bb68b0b01d2ad576de4fb5014 Signed-off-by: Romain Forlot --- docs/2-Installation.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs/2-Installation.md') 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 .. -- cgit 1.2.3-korg