Hello Am Donnerstag, 27. August 2009 schrieb RalfGesellensetter: > Am Mittwoch 26 August 2009 schrieb Christian Wieninger: > > please try the current cvs or git version: > > > > git clone git://projects.vdr-developer.org/vdr-plugin-live.git live > > Hi there, thanks for the hint, but: > > I miss precise instructions on how to proceed. > I got the most recent version into /tmp. > > Further on, I tried "make" - resulting in: > [ ... removed error codes ] You need the package 'vdr-dev' to build vdr plugins outside of VDR sources. I use the following small script to build LIVE outside of VDR sources (cd into the to level 'live' directory and execute): ----- snip ----- #!/bin/sh # make-live: call make in the vdr live plugin sources with correct settings. [ -d live ] || exit 0 mkdir -p .libs VDRDIR=/usr/include/vdr LIBDIR=.libs make $* ---- snip ----- If you try a manual installation of the live-plugin into VDR you should carefully read the README file in the LIVE distribution. And you need to be aware, that different Linux distributions have VDR setups which differ from what is documented in VDR or LIVE. In your case I suggest to check also the LIVE-Threads on the german www.vdr- portal.de: Version 0.2.0 announce: http://www.vdr-portal.de/board/thread.php?threadid=76629 Version 0.1.0 announce: http://www.vdr-portal.de/board/thread.php?threadid=64821 There are also hints on how to build a Debian package from the LIVE sources in CVS/Git. Regards Dieter -- Dieter Hametner dh (plus) vdr (at) gekrumbel (dot) de live plugin developer http://live.vdr-developer.org _______________________________________________ vdr mailing list vdr@xxxxxxxxxxx http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr