diff options
author | Remko Tronçon <git@el-tramo.be> | 2009-08-14 09:10:07 (GMT) |
---|---|---|
committer | Remko Tronçon <git@el-tramo.be> | 2009-08-16 22:13:28 (GMT) |
commit | 8e53a2df443901f786932942759e5fe7b632852e (patch) | |
tree | b9b92ec72ea28297021e5e97827da99943e72a74 /doc/BuildingOnWindows.txt | |
parent | 516b334bd963452578367b2cd354db6c39ba99c9 (diff) | |
download | swift-contrib-8e53a2df443901f786932942759e5fe7b632852e.zip swift-contrib-8e53a2df443901f786932942759e5fe7b632852e.tar.bz2 |
Update Windows build documentation.
Diffstat (limited to 'doc/BuildingOnWindows.txt')
-rw-r--r-- | doc/BuildingOnWindows.txt | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/doc/BuildingOnWindows.txt b/doc/BuildingOnWindows.txt deleted file mode 100644 index 8ef6df4..0000000 --- a/doc/BuildingOnWindows.txt +++ /dev/null @@ -1,34 +0,0 @@ -Prerequisites ------------- -- Qt Open Source Edition -- Microsoft Visual C++ Express Edition -- Cygwin - * Make sure the following tools are installed in Cygwin: - - make, python, gcc-core, gcc-g++ - - autoconf, automake (Only necessary when using the development version) -- OpenSSL - * Download and extract the Windows binary version of OpenSSL from - http://www.slproweb.com/products/Win32OpenSSL.html - * TODO: Check whether the version from msysDTK works as well. If it does, - the Makefile and configure script should be adapted, because they assume - that --with-openssl is set (which may not be necessary) - -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 -- From the command prompt, start Cygwin: - C:\Path\To\Cygwin\cygwin -- Go to the Swift source dir -- (If using the development version, run 'autoconf/autogen.sh') -- Configure the build - ./configure --with-openssl=/path/to/openssl -- Run 'make'
\ No newline at end of file |