Benutzer-Werkzeuge

Webseiten-Werkzeuge


software:controller:vzlogger:installation_en

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen RevisionVorhergehende Überarbeitung
Nächste Überarbeitung
Vorhergehende Überarbeitung
Letzte ÜberarbeitungBeide Seiten der Revision
software:controller:vzlogger:installation_en [2018/05/11 03:27] – draw level with german version installation_cpp-version jausoftware:controller:vzlogger:installation_en [2019/04/24 18:13] – MQTT dependencie jau
Zeile 31: Zeile 31:
   * libltdl >=0.8.0 (for OMS)   * libltdl >=0.8.0 (for OMS)
   * libleptonica-dev (for OCR)   * libleptonica-dev (for OCR)
 +  * libmosquitto-dev (for MQTT)
   * libunistring-dev (due to problem Ubuntu 18.04)   * libunistring-dev (due to problem Ubuntu 18.04)
  
Zeile 36: Zeile 37:
 On Debian-Jessie based distributios, most of these dependencies can easily be installed with: On Debian-Jessie based distributios, most of these dependencies can easily be installed with:
 (as root, consider running "apt-get update" first) (as root, consider running "apt-get update" first)
-<code>sudo apt-get install build-essential git-core cmake pkg-config subversion libcurl4-openssl-dev libgnutls28-dev libsasl2-dev uuid-dev libtool libssl-dev libgcrypt20-dev libmicrohttpd-dev libltdl-dev libjson-c-dev libleptonica-dev libunistring-dev dh-autoreconf</code>+<code>sudo apt-get install build-essential git-core cmake pkg-config subversion libcurl4-openssl-dev libgnutls28-dev libsasl2-dev uuid-dev libtool libssl-dev libgcrypt20-dev libmicrohttpd-dev libltdl-dev libjson-c-dev libleptonica-dev libmosquitto-dev libunistring-dev dh-autoreconf</code>
  
 For Debian Wheezy: For Debian Wheezy:
Zeile 62: Zeile 63:
 ./install.sh vzlogger ./install.sh vzlogger
 sudo systemctl start vzlogger sudo systemctl start vzlogger
 +</code>
 +
 +The based SML Library may (before) updated by:
 +<code>
 +cd vzlogger/libs/libsml
 +git pull
 +cd ../..
 +./install.sh libsml
 </code> </code>
  
Zeile 137: Zeile 146:
 If a update is necessary follow these steps: If a update is necessary follow these steps:
 <code> <code>
-sudo systemctl stop vzlogger 
 cd vzlogger cd vzlogger
 git pull git pull
 cd build cd build
-cmake ..+cmake -DBUILD_TEST=off ​..
 make make
 +sudo systemctl stop vzlogger
 sudo make install sudo make install
-cd ../.. 
 sudo systemctl start vzlogger sudo systemctl start vzlogger
 </code> </code>
software/controller/vzlogger/installation_en.txt · Zuletzt geändert: 2023/03/13 07:57 von jau