From 79625767279c256949c8305f66154f1a4fcd0ffa Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Sat, 14 Jan 2006 11:30:12 +0100 Subject: Added a note about "modprobe capability" to INSTALL --- CONTRIBUTORS | 3 +++ HISTORY | 1 + INSTALL | 6 ++++++ 3 files changed, 10 insertions(+) diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 2e01cfec..e2dd4980 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1633,3 +1633,6 @@ Marcel Schaeben Ingo Schneider for adding a SleepMs() in cRecorder::Action() to avoid a busy loop + +Patrick Cernko + for suggesting to add a note about "modprobe capability" to INSTALL diff --git a/HISTORY b/HISTORY index 1efe208c..7dc2d43d 100644 --- a/HISTORY +++ b/HISTORY @@ -4165,3 +4165,4 @@ Video Disk Recorder Revision History introduced in version 1.3.32. - Removed the now obsolete "ca.conf" section from vdr.1 (thanks to Ville Skyttä). - Added missing description of L and R circular polarization to 'diseqc.conf'. +- Added a note about "modprobe capability" to INSTALL (suggested by Patrick Cernko). diff --git a/INSTALL b/INSTALL index 18c303cc..3be9c34e 100644 --- a/INSTALL +++ b/INSTALL @@ -40,6 +40,12 @@ adjust the definition of DVBDIR in that file. VDR requires the Linux-DVB driver version dated 2003-08-23 or higher to work properly. +You will also need to install the "libjpeg" and "libcap" libraries, +as well as their "devel" packages to get the necessary header files +for compiling VDR. If the "capability" module is not compiled into +your kernel, you may need to do "modprobe capability" before running +VDR. + After extracting the package, change into the VDR directory and type 'make'. This should produce an executable file named 'vdr', which can be run after the DVB driver has been -- cgit v1.2.3