diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2001-02-18 16:21:05 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2001-02-18 16:21:05 +0100 |
commit | ad27adfef3ccf107a01e501c1df1f266d9c237d9 (patch) | |
tree | 464e210a6778eb0b2e62b38f4f57c5bfbf1121bb /INSTALL | |
parent | 3586013b8fa8006afdc9624a97e8f14fa111d753 (diff) | |
download | vdr-ad27adfef3ccf107a01e501c1df1f266d9c237d9.tar.gz vdr-ad27adfef3ccf107a01e501c1df1f266d9c237d9.tar.bz2 |
Compile time switch VFAT to enable Windows compatible file names
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -46,6 +46,13 @@ interface. These modes are useful when testing new menus if you only have a remote connection to the VDR (which, in my case, is located in the living room and has neither a monitor nor a keyboard). +If your video directory will be on a VFAT partition, add the compile +time switch + + VFAT=1 + +to the 'make' command. + When running, the 'vdr' program writes status information into the system log file (/var/log/messages). You may want to watch these messages (tail -f /var/log/mesages) to see if there are any problems. |