diff options
Diffstat (limited to 'docs/2-Installation.md')
-rw-r--r-- | docs/2-Installation.md | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/docs/2-Installation.md b/docs/2-Installation.md deleted file mode 100644 index 8432128..0000000 --- a/docs/2-Installation.md +++ /dev/null @@ -1,34 +0,0 @@ -## Installation - -## Prerequisites - -Low level CAN service (>=4.0) must be installed. Prerequisites are the same. - -```bash -$ git clone --recursive https://gerrit.automotivelinux.org/gerrit/apps/low-level-can-service -``` - -## Clone and build high level binding - -### Build requirements - -* CMake version 3.0 or later -* G++, Clang++ or any C++11 compliant compiler. - -### Clone - -```bash -$ export WD=$(pwd) -$ git clone --recusive https://github.com/iotbzh/high-level-viwi-service.git -``` - -### Build - -```bash -$ cd $WD/high-level-viwi-service -$ mkdir build -$ cd build -$ cmake .. -$ make -``` - |