BuildingOnWindows.wiki
changeset 1893 dae83669bc68
parent 1891 8c23bd1647de
child 1894 1f4a90b1ff35
equal deleted inserted replaced
1892:e9ec12d8d741 1893:dae83669bc68
    11 First of all, figure out whether your system is a 32-bit or a 64-bit system. You can use the guide at [http://windows.microsoft.com/en-US/windows7/find-out-32-or-64-bit]. You will need it while doing the setup.
    11 First of all, figure out whether your system is a 32-bit or a 64-bit system. You can use the guide at [http://windows.microsoft.com/en-US/windows7/find-out-32-or-64-bit]. You will need it while doing the setup.
    12 
    12 
    13 Basically, you need to have all dependencies listed at [Dependencies]. The following is a list of where you can obtain the dependencies for Windows:
    13 Basically, you need to have all dependencies listed at [Dependencies]. The following is a list of where you can obtain the dependencies for Windows:
    14 
    14 
    15  # CMake - download the *Windows (Win32 Installer)* 
    15  # CMake - download the *Windows (Win32 Installer)* 
    16   * Link: http://cmake.org/cmake/resources/software.html
    16   * Link: https://cmake.org/download/
    17  # FreePascal - download the *Download as installer* 
    17  # FreePascal - download the *Download as installer* 
    18   * Link: http://sourceforge.net/projects/freepascal/files/Win32/2.6.0/fpc-2.6.0.i386-win32.exe/download
    18   * Link: http://sourceforge.net/projects/freepascal/
    19  # 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.
    19  # 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.
    20   * Link: http://www.developer.nokia.com/info/sw.nokia.com/id/da8df288-e615-443d-be5c-00c8a72435f8/Qt_SDK.html
    20   * Link: https://www.qt.io/download-qt-installer
    21  # Mercurial - pick one (TortoiseHg has a GUI and is more user-friendly)
    21  # Mercurial - pick one (TortoiseHg has a GUI and is more user-friendly)
    22   # TortoiseHg - Chose one based on your OS version
    22   # TortoiseHg - Chose one based on your OS version
    23    * Link: http://tortoisehg.bitbucket.org/download/index.html
    23    * Link: https://tortoisehg.bitbucket.io/
    24   # Command-line mercurial
    24   # Command-line mercurial
    25    * Link: http://mercurial.selenic.com/downloads/
    25    * Link: http://mercurial.selenic.com/downloads/
    26  # _Windows building archive_ - it contains everything you need to compile Hedgewars on Windows.
    26  # **!!!BROKEN LINK!!!** _Windows building archive_ - it contains everything you need to compile Hedgewars on Windows. 
    27    * Link: http://hedgewars.googlecode.com/files/hedgewars-win32-buildscripts.zip
    27    * Link: http://hedgewars.googlecode.com/files/hedgewars-win32-buildscripts.zip
    28 
    28 
    29 == Setup ==
    29 == Setup ==
    30  # 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.
    30  # 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.
    31  # Install FreePascal.
    31  # Install FreePascal.