diff options
| author | Klaus Schmidinger <vdr@tvdr.de> | 2003-05-31 16:20:59 +0200 |
|---|---|---|
| committer | Klaus Schmidinger <vdr@tvdr.de> | 2003-05-31 16:20:59 +0200 |
| commit | d55d87be1a3361769823bac47406c522b62f3971 (patch) | |
| tree | 5e7ed3b7647502f084deb3ecf6c8353d50b4cf16 /INSTALL | |
| parent | 84fc25e97ad39738c0f3eb05d7ad91f70aacdb2c (diff) | |
| download | vdr-d55d87be1a3361769823bac47406c522b62f3971.tar.gz vdr-d55d87be1a3361769823bac47406c522b62f3971.tar.bz2 | |
Added a note about NPTL to the INSTALL file
Diffstat (limited to 'INSTALL')
| -rw-r--r-- | INSTALL | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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: ---------------------------------- |
