Muggle-plugin
Aus VDR Wiki
(Unterschied zwischen Versionen)
Zeile 3: | Zeile 3: | ||
==Hardwareanforderungen== | ==Hardwareanforderungen== | ||
==Softwareanforderungen== | ==Softwareanforderungen== | ||
+ | * mySQL server | ||
+ | * mySQL client libraries | ||
+ | * libmad | ||
+ | * libtag | ||
+ | * libvorbis and libvorbisfile (optional) | ||
==Installation== | ==Installation== | ||
− | + | <pre> | |
+ | 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 - | ||
+ | </pre> | ||
==Probleme== | ==Probleme== | ||
==Links== | ==Links== | ||
{| | {| | ||
+ | | [1] | ||
+ | | http://www.mysql.org | ||
+ | | mySQL | ||
+ | |- | ||
+ | | [2] | ||
+ | | http://www.underbit.com/products/mad | ||
+ | | (M)PEG (A)udio (D)ecoder Homepage | ||
+ | |- | ||
| [1] | | [1] | ||
| http://vdrportal.de/board/thread.php?threadid=23128 | | http://vdrportal.de/board/thread.php?threadid=23128 | ||
| Homepage des Plugins | | Homepage des Plugins | ||
|}[[Kategorie:Plugins]] | |}[[Kategorie:Plugins]] |
Version vom 3. Oktober 2004, 13:01 Uhr
Inhaltsverzeichnis |
Beschreibung
Hardwareanforderungen
Softwareanforderungen
- mySQL server
- mySQL client libraries
- libmad
- libtag
- libvorbis and 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 |