Lastfm-plugin

Aus VDR Wiki
(Unterschied zwischen Versionen)
Wechseln zu: Navigation, Suche
(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, 21:35 Uhr

Inhaltsverzeichnis

Beschreibung

Autor(en): Matthias Feistel

Bilder

kurze beschreibung
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

Optionen

Links

  1. MAD (M)PEG (A)udio (D)ecoder Homepage
  2. Projektseiten
In anderen Sprachen