[vdr] [ANNOUNCE] VDR developer version 1.3.31
Lauri Tischler
lwgt at iki.fi
Tue Aug 30 08:30:46 CEST 2005
Klaus Schmidinger wrote:
> Lauri Tischler wrote:
>
>> Klaus Schmidinger wrote:
>>
>>> I'm gradually trying to tie up lose ends and make a stable version
>>> 1.4 now.
>>
>>
>>
>> Few lines in INSTALL about DVBDIR in case of dvb-kernel drivers
>> would be nice.
>
>
> Well, if somebody would care to write them... ;-)
--- clip ---
--- INSTALL.orig 2005-07-31 14:34:37.000000000 +0300
+++ INSTALL 2005-08-30 09:26:24.000000000 +0300
@@ -30,9 +30,21 @@
about that driver). For example, if the DVB driver was
extracted into the directory /home/kls/vdr/DVB, then this
package should be extracted into /home/kls/vdr/VDR.
-If you have the DVB driver source in a different location
-you will have to change the definition of DVBDIR in the
-Makefile (see the file Make.config.template).
+
+If you have the DVB driver source in a different location,
+copy Make.config.template into Make.config and replace in the line
+'DVBDIR = ../DVB' the location '../DVB' with the real location
+of your driver.
+
+If you are using newer ver. 2.6.x kernels with builtin drivers.
+copy Make.config.template into Make.config and replace in the line
+'DVBDIR = ../DVB' the location '../DVB' with the location of your
+kernels sourcetree, typically '/usr/src/linux',
+ie. DVBDIR = /usr/src/linux
+
+Modifying the standard Makefile of VDR is not enough, because
+plugins also need to know the location of dvb-include-files.
+
VDR requires the Linux-DVB card driver version dated 2003-08-23 or higher
to work properly.
------
More information about the vdr
mailing list