summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2006-04-15 12:39:35 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2006-04-15 12:39:35 +0200
commit12ea50fceba47cbfde1e11da4fff9aa5f5b2aeda (patch)
treed5a615c30e728df15c8117635e89be5f15b560ed /INSTALL
parentb49df33917938bac6b57d7a122133cbe0b6b3d39 (diff)
downloadvdr-12ea50fceba47cbfde1e11da4fff9aa5f5b2aeda.tar.gz
vdr-12ea50fceba47cbfde1e11da4fff9aa5f5b2aeda.tar.bz2
Removed DVBDIR from Makefile; it's now defined in Make.config if necessary
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL17
1 files changed, 6 insertions, 11 deletions
diff --git a/INSTALL b/INSTALL
index c4b2a59e..a12989c8 100644
--- a/INSTALL
+++ b/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.