Weatherng-plugin

Aus VDR Wiki
(Unterschied zwischen Versionen)
Wechseln zu: Navigation, Suche
(Installation)
(Beschreibung)
Zeile 1: Zeile 1:
 
==Beschreibung==
 
==Beschreibung==
 +
Zeigt das Die Wettervorhersage für die nächsten Tage an.
 +
 
[[Bild:wetter-plugin.jpg|thumb|none]]
 
[[Bild:wetter-plugin.jpg|thumb|none]]
  

Version vom 14. Februar 2005, 08:46 Uhr

Inhaltsverzeichnis

Beschreibung

Zeigt das Die Wettervorhersage für die nächsten Tage an.

Hardwareanforderungen

Softwareanforderungen

  • Libxml2
  • ImageMagick

Installation

cd $SOURCEDIR
tar xvzf libxml2-<VERSION>.tar.gz
cd libxml2-<VERSION>
./configure --prefix=/usr/local
make
make install
ln -s /usr/local/include/libxml2/"* /usr/local/include
ldconfig
cd -

tar jxvf ImageMagick-<VERSION>.tar.bz2
cd ImageMagick-<VERSION>
./configure --prefix=/usr/local \
            --without-perl \
            --without-dps \
            --without-fpx \
            --without-gslib \
            --without-jbig \
            --without-jp2 \
            --without-lcms \
            --without-tiff \
            --without-xml \
            --without-x
make
make install
ldconfig

Konfiguration

Probleme

Links

[1] http://beejay.vdr-developer.org/devel Homepage des Plugins