BuildingOnWindows.wiki
changeset 266 76e82a7897f1
parent 212 d47acc7f7185
child 272 491cd6cb653c
equal deleted inserted replaced
265:b0f68d7fe64e 266:76e82a7897f1
     5 First of all, please use this guide over here ( http://windows.microsoft.com/en-US/windows7/find-out-32-or-64-bit) to see whether your OS is 32 or 64 bit. You will need it while doing the setup.
     5 First of all, please use this guide over here ( http://windows.microsoft.com/en-US/windows7/find-out-32-or-64-bit) to see whether your OS is 32 or 64 bit. You will need it while doing the setup.
     6 
     6 
     7  # CMake - download the *Windows (Win32 Installer)* 
     7  # CMake - download the *Windows (Win32 Installer)* 
     8   * Link: http://cmake.org/cmake/resources/software.html
     8   * Link: http://cmake.org/cmake/resources/software.html
     9  # FreePascal - download the *Download as installer* 
     9  # FreePascal - download the *Download as installer* 
    10   * Link: http://www.freepascal.org/down/i386/win32-ftp.freepascal.org.var
    10   * Link: http://sourceforge.net/projects/freepascal/files/Win32/2.6.0/fpc-2.6.0.i386-win32.exe/download
    11  # Qt SDK 
    11  # Qt SDK 
    12   * Link: http://qt.nokia.com/downloads/sdk-windows-cpp
    12   * Link: ftp://ftp.qt.nokia.com/qt/source/qt-win-opensource-4.7.4-mingw.exe
    13  # Mercurial - pick one (TortoiseHg has a GUI and is more user-friendly)
    13  # Mercurial - pick one (TortoiseHg has a GUI and is more user-friendly)
    14   # TortoiseHg - Chose one based on your OS version
    14   # TortoiseHg - Chose one based on your OS version
    15    * Link: http://tortoisehg.bitbucket.org/download/index.html
    15    * Link: http://tortoisehg.bitbucket.org/download/index.html
    16   # Command-line mercurial
    16   # Command-line mercurial
    17    * Link (OS 32 bits): http://mercurial.selenic.com/release/windows/Mercurial-2.0.2.exe
    17    * Link: http://mercurial.selenic.com/downloads/
    18    * Link (OS 64 bits): http://mercurial.selenic.com/release/windows/Mercurial-2.0.2-x64.exe
       
    19  # _Windows building archive_ - it contains everything you need to compile Hedgewars on Windows.
    18  # _Windows building archive_ - it contains everything you need to compile Hedgewars on Windows.
    20    * Link: http://hedgewars.googlecode.com/files/hedgewars-win32-buildscripts.zip
    19    * Link: http://hedgewars.googlecode.com/files/hedgewars-win32-buildscripts.zip
    21 
    20 
    22 = Setup =
    21 = Setup =
    23  # 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.
    22  # 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.