diff options
Diffstat (limited to 'Documentation/BuildingOnWindows.txt')
| -rw-r--r-- | Documentation/BuildingOnWindows.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/BuildingOnWindows.txt b/Documentation/BuildingOnWindows.txt index 14a9b5b..d296241 100644 --- a/Documentation/BuildingOnWindows.txt +++ b/Documentation/BuildingOnWindows.txt @@ -41,19 +41,19 @@ Running tests Packaging Swift --------------- For packaging use: - Microsoft Visual C++ Express 2008 or Microsoft VS 2013 Express - No OpenSSL - WiX - Download the C++ redistributable package from Microsoft and put it at C:\Program Files (x86)\Common Files\Merge Modules\ - config.py should contain: - qt = "c:\\qt\\4.7.4" + qt = "c:\\qt\\5.4.2" 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 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 |
Swift