Weatherng-plugin
Aus VDR Wiki
Version vom 14. Februar 2005, 07:46 Uhr von 213.6.76.248 (Diskussion)
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 |