Lastfm-plugin
Aus VDR Wiki
(Unterschied zwischen Versionen)
(→Installation) |
|||
| Zeile 14: | Zeile 14: | ||
==Installation== | ==Installation== | ||
| + | ===Source=== | ||
| + | <pre> | ||
| + | cd $SOURCEDIR | ||
| + | tar xvzf libmad-<VERSION>.tar.gz | ||
| + | cd libmad-<VERSION> | ||
| + | ./configure --prefix=/usr/local | ||
| + | make | ||
| + | make install | ||
| + | ldconfig | ||
| + | cd - | ||
| + | </pre> | ||
| + | |||
| + | ===[[Arch-Linux]]=== | ||
| + | pacman -S libid3tag libmad | ||
| + | |||
| + | ===[[Crux]]=== | ||
| + | prt-get depinst libid3tag libmad | ||
| + | |||
| + | ===[[Debian]]=== | ||
| + | apt-get install libmad0-dev | ||
| + | |||
| + | ===[[Gentoo]]=== | ||
| + | emerge libid3tag libmad | ||
| + | |||
| + | ===[[SuSE]]=== | ||
| + | yast -i mad-devel | ||
| + | |||
==Optionen== | ==Optionen== | ||
Version vom 23. Juli 2006, 20:35 Uhr
Inhaltsverzeichnis |
Beschreibung
Autor(en): Matthias Feistel
Bilder
Datei:Lastfm-plugin-01.jpg kurze beschreibung |
Softwareanforderungen
- libmad
Installation
Source
cd $SOURCEDIR tar xvzf libmad-<VERSION>.tar.gz cd libmad-<VERSION> ./configure --prefix=/usr/local make make install ldconfig cd -
Arch-Linux
pacman -S libid3tag libmad
Crux
prt-get depinst libid3tag libmad
Debian
apt-get install libmad0-dev
Gentoo
emerge libid3tag libmad
SuSE
yast -i mad-devel