Project

General

Profile

VDR Play Plug-in WIKI

Installation

GIT

Note: the git isn't complete yet. the file play.cpp is missing.

git clone git://projects.vdr-developer.org/vdr-plugin-play.git
cd vdr-plugin-play
make VDRDIR=<path-to-your-vdr-files> LIBDIR=.
gentoo: make VDRDIR=/usr/include/vdr LIBDIR=.

tar

Die aktuelleste Version von http://projects.vdr-developer.org/projects/plg-play/files herunterladen.

tar vxf vdr-play-*.tgz
cd play-*
make VDRDIR=<path-to-your-vdr-files> LIBDIR=.

Wenn die automatische Erkennung der Configuration nicht funktioniert.
Kann man Makefile editieren um speziellen Support ein bzw. auszuschalten

gentoo

mkdir vdr-play
cd vdr-play
wget http://projects.vdr-developer.org/attachments/download/1012/vdr-play-9999.ebuild
cd ..
ebuild --skip-manifest vdr-play/vdr-play-9999.ebuild merge

Zusätzliche Informationen

FAQ: Die häufigsten Fragen gelöst.