diff options
Diffstat (limited to 'docs/2-Installation.md')
-rw-r--r-- | docs/2-Installation.md | 18 |
1 files changed, 2 insertions, 16 deletions
diff --git a/docs/2-Installation.md b/docs/2-Installation.md index a5e1265..184334a 100644 --- a/docs/2-Installation.md +++ b/docs/2-Installation.md @@ -5,7 +5,7 @@ Low CAN binding must be installed. Prerequisites are the same. ```bash -$ git clone https://gerrit.automotivelinux.org/gerrit/apps/low-level-can-service +$ git clone --recursive https://gerrit.automotivelinux.org/gerrit/apps/low-level-can-service ``` ## Clone and build high level binding @@ -19,7 +19,7 @@ $ git clone https://gerrit.automotivelinux.org/gerrit/apps/low-level-can-service ```bash $ export WD=$(pwd) -$ git clone https://github.com/iotbzh/high-level-viwi-service.git +$ git clone --recusive https://github.com/iotbzh/high-level-viwi-service.git ``` ### Build @@ -32,17 +32,3 @@ $ cmake .. $ make ``` -## Launching - -The Json high level configuration file *high.json* must be placed in the directory where you launch afb-daemon. - -```bash -$ cp $WD/high-level-viwi-service/high.json $WD -$ cd $WD -``` -Natively under linux you can launch afb-daemon with the low-level and high-level bindings with a command like: - -```bash -$ cd $WD -$ afb-daemon --rootdir=$WD/low-level-can-service/CAN-binder/build/package --ldpaths=$WD/low-level-can-service/CAN-binder/build/package/lib:$WD/high-level-viwi-service/build/high-can-binding --port=1234 --tracereq=common --token=1 --verbose -``` |