summaryrefslogtreecommitdiffstats
blob: 27c5cc3c47265710966b3fad97dad314df013616 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
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'