[vdr] [ANNOUNCE] VDR developer version 1.3.31
Lauri Tischler
lwgt at iki.fi
Tue Aug 30 21:00:16 CEST 2005
Kimmo Vuorinen wrote:
> Lauri Tischler wrote:
>
>> +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
>
>
> I think required kernel headers can be more distro independently found
> in DVBDIR=/lib/modules/`uname -r`/build providing distro is based on 2.6
> kernel.
>
> Distributions provide this link or directory and required files when
> following packages are installed:
> Fedora: kernel, kernel-devel
> Suse: kernel-default, kernel-source
> Debian: kernel-image, kernel-headers or kernel-source
Umm.. yes, replace line DVBDIR=../DVB in all Makefiles with
----
case `uname -r` in
2.6.*)
DVBDIR=lib/modules/`uname -r`/build
;;
*)
DVBDIR=../DVB
;;
esac
----
Must be done also in plugins
More information about the vdr
mailing list