Rssreader-plugin
Aus VDR Wiki
(Unterschied zwischen Versionen)
(→Bilder: local abgelegt) |
(→Source) |
||
Zeile 24: | Zeile 24: | ||
make install | make install | ||
ldconfig | ldconfig | ||
+ | |||
+ | cd $SOURCEDIR | ||
+ | tar xvzf wget-<VERSION>.tar.gz | ||
+ | cd wget-<VERSION> | ||
+ | ./configure --prefix=/usr/local | ||
+ | make | ||
+ | make install | ||
</pre> | </pre> | ||
Version vom 19. Dezember 2005, 06:14 Uhr
Inhaltsverzeichnis |
Beschreibung
Autor: Rolf Ahrenberg
Bilder
Softwareanforderungen
- expat
- wget
Installation
Source
cd $SOURCEDIR tar xvzf expat-<VERSION>.tar.gz cd expat-<VERSION> ./configure --prefix=/usr/local make make install ldconfig cd $SOURCEDIR tar xvzf wget-<VERSION>.tar.gz cd wget-<VERSION> ./configure --prefix=/usr/local make make install
Arch-Linux
pacman -S expat
Crux
prt-get depinst expat
Debian
apt-get install expat libexpat1 libexpat1-dev
Gentoo
emerge mplayer expat
SuSE
yast -i expat
Optionen
RSSREADER_DEBUG=1 | enable debuging |
RSSREADER_TEMPFILE="PATH/FILE" | The plugin uses a temporary file "/tmp/rssreader.vdr" by default. If you want to change it, you can compile the plugin as. |
Konfiguration
cp $SOURCEDIR/VDR/PLUGINS/src/rssreader/conf/rssreader.conf /etc/vdr/plugins
Links
[1] | http://expat.sourceforge.net | expat |
[2] | http://www.saunalahti.fi/~rahrenbe/vdr/rssreader | Homepage des Plugins |