diff options
-rw-r--r-- | Documentation/BuildingOnWindows.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Documentation/BuildingOnWindows.txt b/Documentation/BuildingOnWindows.txt index c411d62..14a9b5b 100644 --- a/Documentation/BuildingOnWindows.txt +++ b/Documentation/BuildingOnWindows.txt @@ -49,13 +49,14 @@ For packaging use: - config.py should contain: qt = "c:\\qt\\4.7.4" vcredist = "C:\\Program Files (x86)\\Common Files\\Merge Modules\\vcredist_x86.exe" debug = 1 optimize = 1 wix_bindir = "c:\\program files\\Windows Installer XML v3.5\\bin" -- run +- run the following commands. Two scons runs are required as 'scons dist=1' requires the Swift.exe to be in place. + scons scons dist=1 Notes ----- - The settings debug = 1 and optimize = 1 are strictly required if you use a precompiled Qt release from the Qt Project; otherwise you will get linker |