diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2012-10-09 10:43:28 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2012-10-09 10:43:28 +0200 |
commit | 7f7fa7fd902c819f616312489dbe882f3bc1edfa (patch) | |
tree | 51cb124a1464234157e966f088900367da007bad /INSTALL | |
parent | 0aae0d9cf7d94644883c60810dcd423c01dfb381 (diff) | |
download | vdr-7f7fa7fd902c819f616312489dbe882f3bc1edfa.tar.gz vdr-7f7fa7fd902c819f616312489dbe882f3bc1edfa.tar.bz2 |
Added options to build a 32-bit version of VDR on a 64-bit machine to Make.config.template
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -36,6 +36,10 @@ and type 'make'. This should produce an executable file named 'vdr', which can be run after the DVB driver has been installed. +If you want to build a 32-bit version of VDR on a 64-bit machine, you can +use 'make M32=1' to do so. Note that you also need to have a Make.config file +(derived from Make.config.template) to make this work. + IMPORTANT: See "Configuration files" below for information on how ========= to set up the configuration files at the proper location! |