summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemko Tronçon <git@el-tramo.be>2009-08-14 09:10:07 (GMT)
committerRemko Tronçon <git@el-tramo.be>2009-08-16 22:13:28 (GMT)
commit8e53a2df443901f786932942759e5fe7b632852e (patch)
treeb9b92ec72ea28297021e5e97827da99943e72a74 /Documentation/BuildingOnWindows.txt
parent516b334bd963452578367b2cd354db6c39ba99c9 (diff)
downloadswift-contrib-8e53a2df443901f786932942759e5fe7b632852e.zip
swift-contrib-8e53a2df443901f786932942759e5fe7b632852e.tar.bz2
Update Windows build documentation.
Diffstat (limited to 'Documentation/BuildingOnWindows.txt')
-rw-r--r--Documentation/BuildingOnWindows.txt27
1 files changed, 27 insertions, 0 deletions
diff --git a/Documentation/BuildingOnWindows.txt b/Documentation/BuildingOnWindows.txt
new file mode 100644
index 0000000..27c5cc3
--- /dev/null
+++ b/Documentation/BuildingOnWindows.txt
@@ -0,0 +1,27 @@
+Prerequisites
+------------
+- Qt Open Source Edition
+- Microsoft Visual C++ Express Edition
+- Python
+- OpenSSL
+ * Download and extract the Windows binary version of OpenSSL from
+ http://www.slproweb.com/products/Win32OpenSSL.html
+
+Building Qt for Microsoft Visual C++
+------------------------------------
+- From the 'Visual C++' 'Programs' group, launch the Visual C++ command prompt
+- Go to the dir where you installed Qt
+- Configure Qt:
+ configure
+- Build Qt:
+ nmake
+
+Building Swift
+--------------
+- From the 'Visual C++' 'Programs' group, launch the Visual C++ command prompt
+- Go to the Swift source dir
+- Create a file 'config.py' with the following contents, reflecting your local
+ setup:
+ openssl = "path\to\openssl"
+ qt = "path\to\qt"
+- Run 'scons'