# HG changeset patch # User alfadur # Date 1599430611 -10800 # Node ID 08ee59cebec7811e9a359601668ef7f77a0b1552 # Parent 9677a4852d412dad3bf2568e24f2ab7d06c78157 fix package syntax diff -r 9677a4852d41 -r 08ee59cebec7 BuildingOnWindows.wiki --- a/BuildingOnWindows.wiki Sun Aug 30 22:47:52 2020 +0300 +++ b/BuildingOnWindows.wiki Mon Sep 07 01:16:51 2020 +0300 @@ -41,8 +41,8 @@ * Shift + Right-click in the folder where you want to download the source and select "Open Command Prompt Window Here" or "Open PowerShell window here". * Type and execute (The initial clone of the repository will take a while): `hg clone https://hg.hedgewars.org/hedgewars/ trunk` * Navigate to the Vcpkg directory in the command line and build the necessary libraries (this will also take a while, especially for Qt). The command is: - * For 32-bit builds: `.\vcpkg.exe install sdl2 sdl2-image sdl2-ttf sdl2-mixer[dynamic-load, libvorbis] sdl2-net physfs openssl qt5-base qt5-tools ffmpeg` - * For 64-bit builds: `.\vcpkg.exe install sdl2:x64-windows sdl2-image:x64-windows sdl2-ttf:x64-windows sdl2-mixer[dynamic-load, libvorbis]:x64-windows sdl2-net:x64-windows physfs:x64-windows openssl:x64-windows qt5-base:x64-windows qt5-tools:x64-windows ffmpeg:x64-windows` + * For 32-bit builds: `.\vcpkg.exe install sdl2 sdl2-image sdl2-ttf sdl2-mixer[dynamic-load,libvorbis] sdl2-net physfs openssl qt5-base qt5-tools ffmpeg` + * For 64-bit builds: `.\vcpkg.exe install sdl2:x64-windows sdl2-image:x64-windows sdl2-ttf:x64-windows sdl2-mixer[dynamic-load,libvorbis]:x64-windows sdl2-net:x64-windows physfs:x64-windows openssl:x64-windows qt5-base:x64-windows qt5-tools:x64-windows ffmpeg:x64-windows` * Build Hedgewars * From the Start menu run either "x86 Native Tools Command Prompt for VS 2019" or "x64 Native Tools Command Prompt for VS 2019" (if you want Hedgewars to install to the default location in `C:\Program Files`, run it as administrator). * Navigate to `\tools` where `` is the directory where you cloned the repository source to.