Update the turotial so ppls won't have to download the entire QT Sdk :)
authorovibalea@gmail.com
Fri, 13 Jan 2012 23:17:04 +0000
changeset 192 9a34387a4262
parent 191 595bacc9782f
child 193 f94b00c2ff70
Update the turotial so ppls won't have to download the entire QT Sdk :)
BuildingOnWindows.wiki
--- a/BuildingOnWindows.wiki	Fri Jan 13 20:30:06 2012 +0000
+++ b/BuildingOnWindows.wiki	Fri Jan 13 23:17:04 2012 +0000
@@ -6,14 +6,14 @@
 
  # CMake - download the *Windows (Win32 Installer)* 
   * Link: http://cmake.org/cmake/resources/software.html
- # FreePascal - download the *Download as installer* - 
+ # FreePascal - download the *Download as installer* 
   * Link: http://www.freepascal.org/down/i386/win32-ftp.freepascal.org.var
  # Qt SDK 
-  * Link: http://qt.nokia.com/downloads/sdk-windows-cpp-offline
+  * Link: http://qt.nokia.com/downloads/sdk-windows-cpp
  # 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
-  # Command-line mercurial -
+  # Command-line mercurial
    * Link (OS 32 bits): http://mercurial.selenic.com/release/windows/Mercurial-2.0.2.exe
    * Link (OS 64 bits): http://mercurial.selenic.com/release/windows/Mercurial-2.0.2-x64.exe
  # _Windows building archive_ - it contains everything you need to compile Hedgewars on Windows.
@@ -23,13 +23,9 @@
  # Install CMake, but please *ensure* you select "Add CMake to the system PATH for all users", so you can run CMake directly from command line.
  # Install FreePascal.
  # Install Qt SDK, with the "Custom" option:
-  * Check "Qt SDK/Miscellaneous/MinGW <any version>"
-  * Check "Qt SDK/Development Tools/Desktop Qt/Qt <your version>/Desktop Qt <your version> - Mingw (it's the first checkbox)
-  * Uncheck "Qt SDK/Development Tools/Symbian Toolchains"
-  * Uncheck "Qt SDK/Development Tools/Maemo Toolchain" ( if it exists )
-  * Uncheck "Qt SDK/Development Tools/Harmattan"
-  * Uncheck "Qt SDK/Development Tools/Simulator"
-  * Uncheck "Documentation"
+  * 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
  # Restart the computer