mirror of
https://github.com/vdr-projects/vdr.git
synced 2025-03-01 10:50:46 +00:00
Removed DVBDIR from Makefile; it's now defined in Make.config if necessary
This commit is contained in:
17
INSTALL
17
INSTALL
@@ -25,17 +25,12 @@ Compiling and running the program:
|
||||
|
||||
VDR requires the Linux-DVB driver header files to compile.
|
||||
As of kernel 2.6 these are part of the official Linux kernel
|
||||
distribution, and VDR's Makefile will automatically locate
|
||||
them. If you are using kernel 2.4 or earlier, you should
|
||||
install the files from this package in a directory that is
|
||||
"parallel" to the DVB directory of the driver source (refer to
|
||||
http://linuxtv.org for more information 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 can rename the file Make.config.template to Make.config and
|
||||
adjust the definition of DVBDIR in that file.
|
||||
distribution, and so they should be automatically found in
|
||||
/usr/include/linux/dvb. If your DVB driver header files are
|
||||
in a different location, you can rename the file Make.config.template
|
||||
to Make.config and adjust the definition of DVBDIR in that file.
|
||||
|
||||
Refer to http://linuxtv.org for more information about the Linux-DVB driver.
|
||||
|
||||
VDR requires the Linux-DVB driver version dated 2003-08-23 or higher
|
||||
to work properly.
|
||||
|
Reference in New Issue
Block a user