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
Nächste ÜberarbeitungBeide Seiten der Revision
software:controller:vzlogger:installation_en [2017/04/09 09:14] – link to systemd jausoftware:controller:vzlogger:installation_en [2018/05/11 03:27] – draw level with german version installation_cpp-version jau
Zeile 1: Zeile 1:
-====== vzlogger Installation ======+====== vzlogger Installation (en) ======
  
 === Repository === === Repository ===
Zeile 31: Zeile 31:
   * libltdl >=0.8.0 (for OMS)   * libltdl >=0.8.0 (for OMS)
   * libleptonica-dev (for OCR)   * libleptonica-dev (for OCR)
 +  * libunistring-dev (due to problem Ubuntu 18.04)
  
 === Debian packages === === Debian packages ===
 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 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 libunistring-dev dh-autoreconf</code>
  
 For Debian Wheezy: For Debian Wheezy:
-<code>sudo apt-get install build-essential git-core cmake pkg-config subversion libcurl3-dev libgnutls-dev libsasl2-dev uuid-dev libtool libmicrohttpd-dev libcurl4-openssl-dev libssl-dev libltdl-dev libleptonica-dev dh-autoreconf</code>+<code>sudo apt-get install build-essential git-core cmake pkg-config subversion libcurl3-dev libgnutls-dev libsasl2-dev uuid-dev libtool libmicrohttpd-dev libcurl4-openssl-dev libssl-dev libltdl-dev libleptonica-dev libunistring-dev dh-autoreconf</code>
  
 ===== Build by script ===== ===== Build by script =====
Zeile 66: Zeile 66:
 ===== Build by hand ===== ===== Build by hand =====
 In cases the script does not fit the conditions. In cases the script does not fit the conditions.
 +<note warning>​Only for experienced users! Follow [[/software/controller/vzlogger/installation_en#build_by_script|build by script]] instead.</note>
  
 === Building libjson === === Building libjson ===
Zeile 71: Zeile 72:
 The best case is building libjson from source, which is simple too: The best case is building libjson from source, which is simple too:
 <code> <code>
-sudo apt-get install dh-autoreconf 
 git clone -b json-c-0.12 https://github.com/json-c/json-c git clone -b json-c-0.12 https://github.com/json-c/json-c
 cd json-c cd json-c
Zeile 149: Zeile 149:
  
 ====== Systemd start script ====== ====== Systemd start script ======
 +Systemd is used to install and execute services in background (daemon).
  
 The installscript asks you for installing the systemd unit file for you. If your computer uses systemd (Debian-Jessie) you may answer yes. The installscript asks you for installing the systemd unit file for you. If your computer uses systemd (Debian-Jessie) you may answer yes.
software/controller/vzlogger/installation_en.txt · Zuletzt geändert: 2023/03/13 07:57 von jau