summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/BuildingGenerics.txt')
-rw-r--r--Documentation/BuildingGenerics.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/Documentation/BuildingGenerics.txt b/Documentation/BuildingGenerics.txt
new file mode 100644
index 0000000..66f3347
--- /dev/null
+++ b/Documentation/BuildingGenerics.txt
@@ -0,0 +1,6 @@
+To cause scons to search for dependencies instead of using cached results, add force-configure=1 to the commandline:
+scons force-configure=1
+
+Swift is usually built with Qt4. If you want to build it against Qt5, add the line
+qt5 = 1
+to your config.py