BuildingOnWindows.wiki
changeset 1969 93991afec8b1
parent 1968 ae2af57be656
child 2185 9677a4852d41
equal deleted inserted replaced
1968:ae2af57be656 1969:93991afec8b1
    13   * CMake: click either *Windows win32-x86 Installer* or *Windows win64-x64 Installer*
    13   * CMake: click either *Windows win32-x86 Installer* or *Windows win64-x64 Installer*
    14     * Link: https://cmake.org/download/
    14     * Link: https://cmake.org/download/
    15   * Visual Studio: click *Download Visual Studio → Community 2019* (earlier version starting from Community 2015 Update 3 might also work)
    15   * Visual Studio: click *Download Visual Studio → Community 2019* (earlier version starting from Community 2015 Update 3 might also work)
    16     * Link: https://visualstudio.microsoft.com/
    16     * Link: https://visualstudio.microsoft.com/
    17   * Vcpkg
    17   * Vcpkg
    18     Link: https://github.com/Microsoft/vcpkg
    18     * Link: https://github.com/Microsoft/vcpkg
    19   * !FreePascal: click *Windows 32-bit*, then download *fpc-<version>-win32.exe* (for 64-bit builds also download *fpc-<version>.i386-win32.cross.x86_64-win64.exe*)
    19   * !FreePascal: click *Windows 32-bit*, then download *fpc-<version>-win32.exe* (for 64-bit builds also download *fpc-<version>.i386-win32.cross.x86_64-win64.exe*)
    20     * Link: https://www.freepascal.org/download.html
    20     * Link: https://www.freepascal.org/download.html
    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: https://tortoisehg.bitbucket.io/
    23       * Link: https://tortoisehg.bitbucket.io/
    48     * Navigate to `<hedgewars_root>\tools` where `<hedgewars_root>` is the directory where you cloned the repository source to.
    48     * Navigate to `<hedgewars_root>\tools` where `<hedgewars_root>` is the directory where you cloned the repository source to.
    49     * Run `build_vcpkg.bat` script
    49     * Run `build_vcpkg.bat` script
    50   * After building, you can run Hedgewars from the installed location (default is `C:\Program Files\hedgewars\hedgewars.exe`)
    50   * After building, you can run Hedgewars from the installed location (default is `C:\Program Files\hedgewars\hedgewars.exe`)
    51 
    51 
    52  == Additional options ==
    52  == Additional options ==
    53  Check the top section of `build_vcpkg.bat` to change some of build options.
    53  Check the top section of `build_vcpkg.bat` to change some of the build options.