Updating the QtSDK link *again*. This time it does actually link to the QtSDK and it really does work.
--- a/BuildingOnWindows.wiki Mon Jun 03 19:55:41 2013 +0000
+++ b/BuildingOnWindows.wiki Mon Jun 03 23:00:28 2013 +0000
@@ -8,8 +8,8 @@
* Link: http://cmake.org/cmake/resources/software.html
# FreePascal - download the *Download as installer*
* Link: http://sourceforge.net/projects/freepascal/files/Win32/2.6.0/fpc-2.6.0.i386-win32.exe/download
- # Qt SDK
- * Link: ftp://ftp.qt.nokia.com/qt/source/qt-win-opensource-4.7.4-mingw.exe
+ # Qt SDK - Select the online installer, as it will save you ~1 GB of bandwidth. Nokia will also require you to register an account to download it.
+ * Link: http://www.developer.nokia.com/info/sw.nokia.com/id/da8df288-e615-443d-be5c-00c8a72435f8/Qt_SDK.html
# Mercurial - pick one (TortoiseHg has a GUI and is more user-friendly)
# TortoiseHg - Chose one based on your OS version
* Link: http://tortoisehg.bitbucket.org/download/index.html
@@ -24,9 +24,9 @@
# Install Qt SDK, with the "Custom" option:
* Click the *DESELECT ALL* button. We will then check only what we need
* Check *Qt SDK/Miscellaneous/MinGW <any version>*
- * Check *Qt SDK/Development Tools/Desktop Qt/Qt <newest version>/Desktop Qt <newest version> - Mingw* (it's the first checkbox)
- * !!If there will be any error message boxes, just press ignore until it won't show anymore :)
- # Install TortoiseHg / mercurial
+ * Check *Qt SDK/Development Tools/Desktop Qt/Qt <newest version>/Desktop Qt <newest version> - Mingw*
+ * !!If there are any error message boxes, just press ignore until they are all gone. :)
+ # Install TortoiseHg / Mercurial
# Restart the computer
# Download the Hedgewars source:
# Using TortoiseHg
@@ -34,7 +34,7 @@
* Select Tortoise HG -> Clone.
* In the _Source_ textbox enter: https://hedgewars.googlecode.com/hg/
* Press clone
- # Using Command-line mercurial
+ # Using command-line Mercurial
* If you have Windows 7 skip the next 3 steps, and instead, SHIFT + Right click in the folder where you want to download the source.
* Start _Run..._ ( WINDOWS Key + R , or Start -> Run... )
* Enter:
@@ -46,10 +46,10 @@
{{{
hg clone https://hedgewars.googlecode.com/hg/ trunk
}}}
- # Extract the _Windows Building Archive_ to the hedgewars source folder, in the root source directory - where there are the bin, misc, tools, etc. directories.
+ # Navigate to the where you cloned the repository source to.
# Go to the "tools/build_windows.bat" file, and modify the following:
* SET PASCAL=<put the path to the directory that contains fpc's executable (fpc.exe)> (for example: c:\FPC\2.4.4\bin\i386-win32\)
- * SET SET QTDIR=<path to the QtSDK\Desktop\Qt\<your version>> (for example: c:\QtSDK\Desktop\Qt\4.7.3\)
+ * SET SET QTDIR=<path to the QtSDK\Desktop\Qt\<your version>> (for example: c:\QtSDK\Desktop\Qt\4.8.1\)
# You can now build hedgewars, by running the *tools/build_windows.bat* command.
# After building it, you can run it from the Desktop - using the *Hedgewars* shortcut.