Weather-plugin

Aus VDR Wiki
(Unterschied zwischen Versionen)
Wechseln zu: Navigation, Suche
(M)
Zeile 11: Zeile 11:
  
 
==Installation==
 
==Installation==
tar xvzf ftplib-3.1-src.tar.gz
+
<pre>
cd ftplib-3.1/linux
+
tar xvzf ftplib-3.1-src.tar.gz
make
+
cd ftplib-3.1/linux
make install
+
make
 
+
make install
tar xvzf mdsplib-0.11.tar.gz
+
cd mdsplib-0.11
+
make
+
make dmetar
+
make install
+
ldconfig
+
  
 +
cd -
 +
tar xvzf mdsplib-0.11.tar.gz
 +
cd mdsplib-0.11
 +
make
 +
make dmetar
 +
make install
 +
ldconfig
 +
</pre>
 
==Probleme==
 
==Probleme==
 
Keine bekannt.
 
Keine bekannt.

Version vom 16. Juli 2004, 17:16 Uhr

Inhaltsverzeichnis

Beschreibung

Dieses Plugin zeigt die aktuellen Wetterdaten für einen konfigurierbaren Bereich an.

extended.jpg

Hardwareanforderungen

Keine.

Softwareanforderungen

Ftplib, Mdsplib

Installation

tar xvzf ftplib-3.1-src.tar.gz
cd ftplib-3.1/linux
make
make install

cd -
tar xvzf mdsplib-0.11.tar.gz
cd mdsplib-0.11
make
make dmetar
make install
ldconfig

Probleme

Keine bekannt.

Links

[1] http://limulus.net/mdsplib METAR Decoder Software
[2] http://nbpfaus.net/~pfau/ftplib Ftplib
[3] http://www.moldaner.de/vdr Homepage des Plugins