Added a note about NPTL to the INSTALL file

This commit is contained in:
Klaus Schmidinger
2003-05-31 16:20:59 +02:00
parent 84fc25e97a
commit d55d87be1a
3 changed files with 15 additions and 0 deletions

10
INSTALL
View File

@@ -4,6 +4,16 @@ Installation of the Video Disk Recorder
Version 1.2
-----------
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:
----------------------------------