Manual-plugin
Aus VDR Wiki
(Unterschied zwischen Versionen)
(M) |
|||
| Zeile 13: | Zeile 13: | ||
==Installation== | ==Installation== | ||
| − | + | ===Source=== | |
| − | cd $SOURCEDIR | + | cd $SOURCEDIR |
| − | tar xvzf libxml2-<VERSION>.tar.gz | + | tar xvzf libxml2-<VERSION>.tar.gz |
| − | cd libxml2-<VERSION> | + | cd libxml2-<VERSION> |
| − | ./configure --prefix=/usr/local | + | ./configure --prefix=/usr/local |
| − | make | + | make |
| − | make install | + | make install |
| − | ln -s /usr/local/include/libxml2/"* /usr/local/include | + | ln -s /usr/local/include/libxml2/"* /usr/local/include |
| − | ldconfig | + | ldconfig |
| − | + | ||
| + | ===[[Arch-Linux]]=== | ||
| + | pacman -S libxml2 | ||
| + | |||
| + | ===[[Crux]]=== | ||
| + | prt-get libxml2 | ||
| + | |||
| + | ===[[Debian]]=== | ||
| + | apt-get libxml2 libxml2-dev | ||
| + | |||
| + | ===[[Gentoo]]=== | ||
| + | emerge dev-libs/libxml | ||
| + | |||
| + | ===[[SuSE]]=== | ||
| + | yast -i libxml2 libxml2-devel | ||
<!-- ==Optionen== --> | <!-- ==Optionen== --> | ||
Version vom 16. November 2005, 14:30 Uhr
Inhaltsverzeichnis |
Beschreibung
Autor: Merten Falk
Plugin stellt die Menüstruktur einer Bedienungsanleitung auf dem OSD dar, die aus einer XML-Datei erstellt wird.
Bilder
Softwareanforderungen
- libxml2
Installation
Source
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
Arch-Linux
pacman -S libxml2
Crux
prt-get libxml2
Debian
apt-get libxml2 libxml2-dev
Gentoo
emerge dev-libs/libxml
SuSE
yast -i libxml2 libxml2-devel
Konfiguration
Es wird davon ausgegangen, das das Plugin bereits entpackt und verlinkt wurde, siehe Plugin Installation.
cp -R $SOURCEDIR/VDR/PLUGINS/src/manual/manual /etc/vdr/plugins
Links
| [1] | http://www.xmlsoft.org | Libxml2 |
| [2] | http://www.linvdr.org/download/vdr-manual | Homepage des Plugins |