Muggle-plugin
Aus VDR Wiki
(Unterschied zwischen Versionen)
(Deutsch != Deutsch) |
|||
Zeile 7: | Zeile 7: | ||
* libmad | * libmad | ||
* libtag | * libtag | ||
− | * libvorbis | + | * libvorbis und libvorbisfile (optional) |
==Installation== | ==Installation== | ||
<pre> | <pre> |
Version vom 3. Oktober 2004, 13:19 Uhr
Inhaltsverzeichnis |
Beschreibung
Hardwareanforderungen
Softwareanforderungen
- mySQL server
- mySQL client libraries
- libmad
- libtag
- libvorbis und libvorbisfile (optional)
Installation
cd $SOURCEDIR tar xvzf libid3tag-<VERSION>.tar.gz cd libid3tag-<VERSION> ./configure --prefix=/usr/local make make install ldconfig cd - tar xvzf libmad-<VERSION>.tar.gz cd libmad-<VERSION> ./configure --prefix=/usr/local make make install ldconfig cd -
Probleme
Links
[1] | http://www.mysql.org | mySQL |
[2] | http://www.underbit.com/products/mad | (M)PEG (A)udio (D)ecoder Homepage |
[1] | http://vdrportal.de/board/thread.php?threadid=23128 | Homepage des Plugins |