summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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
@@ -54,2 +54,11 @@ For packaging use:
- 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