Benutzer-Werkzeuge

Webseiten-Werkzeuge


software:controller:vzlogger:installation_c-version

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen RevisionVorhergehende Überarbeitung
software:controller:vzlogger:installation_c-version [2014/12/31 18:46] – [systemd start script] removed c reference andigsoftware:controller:vzlogger:installation_c-version [2014/12/31 18:47] (aktuell) – removed c reference andig
Zeile 1: Zeile 1:
-<note warning> 
-this is obsolete, the C-version is not maintained anymore. 
-</note> 
- 
-===== vzlogger C-version Installation ===== 
-==== Build from Source ==== 
-=== Prerequisites for compiling vzlogger === 
- 
-Please note that a full configured vzlogger requires these libraries to compile successfully: 
-  * pkg-config 
-  * libjson >= 0.9 
-  * libcurl3 >= 7.19 
-  * libsml >= 0.1 
-  * libmicrohttpd >= 0.4.6 
- 
-You can relax these dependecies by disabling certain features: 
-<code>./configure --disable-{sml,local}</code> 
- 
-On Debian based distros most of these dependencies can easily installed with: 
-<code>apt-get install pkg-config libcurl3-dev libjson0-dev libmicrohttpd-dev</code> 
- 
-building libsml additionally requires the development headers for libuuid: 
-<code>apt-get install uuid-dev</code> 
- 
-=== building libsml === 
-<code> 
-git clone https://github.com/dailab/libsml.git 
-cd libsml 
-make 
-</code> 
-note that libsml does not include a 'make install' target. 
-you might manually install it into your system, or just use the instructions below to compile vzlogger. 
- 
-=== building vzlogger === 
- 
-<code> 
-git clone -b c-version https://github.com/volkszaehler/vzlogger.git 
-</code> 
-<note warning> 
-since [[https://github.com/volkszaehler/vzlogger/commit/5b65beaf81f029e71f17c6a3a48a2eb1a2167f8b|this commit]] dated Februar 5 2013 the master-branch contains the C++-version! to get the c-version, check out the "c-version" branch! 
-</note> 
- 
-<code> 
-cd vzlogger 
-./configure && make && make install 
-</code> 
-if you are having trouble building with libsml: 
- 
-(read this for more details: 
-[[http://volkszaehler.org/pipermail/volkszaehler-users/2012-September/000487.html]]) 
-<code> 
-./configure DEPS_SML_CFLAGS=-I/path/to/libsml/sml/include/ DEPS_SML_LIBS='/path/to/libsml/sml/lib/libsml.a -luuid' 
-</code> 
- 
- 
  
software/controller/vzlogger/installation_c-version.1420048004.txt.gz · Zuletzt geändert: 2014/12/31 18:46 von andig