Added options to build a 32-bit version of VDR on a 64-bit machine to Make.config.template

This commit is contained in:
Klaus Schmidinger
2012-10-09 10:43:28 +02:00
parent 0aae0d9cf7
commit 7f7fa7fd90
3 changed files with 13 additions and 1 deletions

View File

@@ -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!