summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2004-06-06 11:56:32 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2004-06-06 11:56:32 +0200
commita369f1a2e163ecda69c940e98183b0a8d3a2ab94 (patch)
treeb61627e01a0a8c26880e9818341be869a2df03a7 /INSTALL
parentf1287e89fe7eab8e9a664a2c3130a99cadf87c1b (diff)
downloadvdr-a369f1a2e163ecda69c940e98183b0a8d3a2ab94.tar.gz
vdr-a369f1a2e163ecda69c940e98183b0a8d3a2ab94.tar.bz2
Added a note about NPTL to the INSTALL file
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL10
1 files changed, 10 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
index ec1906aa..012dd946 100644
--- a/INSTALL
+++ b/INSTALL
@@ -4,6 +4,16 @@ Installation of the Video Disk Recorder
Version 1.3
-----------
+IMPORTANT NOTE:
+---------------
+
+VDR currently doesn't work with NPTL ("Native Posix Thread Library").
+Either don't use NPTL, or set the environment variable
+
+ LD_ASSUME_KERNEL=2.4.1
+
+before running VDR.
+
Compiling and running the program:
----------------------------------