summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/BuildingOnWindows.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/Documentation/BuildingOnWindows.txt b/Documentation/BuildingOnWindows.txt
index 73b6906..a2d9948 100644
--- a/Documentation/BuildingOnWindows.txt
+++ b/Documentation/BuildingOnWindows.txt
@@ -53,3 +53,12 @@ For packaging use:
wix_bindir = "c:\\program files\\Windows Installer XML v3.5\\bin"
- run
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
+ errors
+- On 64-bit Windows it's "Program Files (x86)" instead of "Program Files" in the
+ paths
+- Currently only 32-bit builds of the Swift client are supported