From d8215dbd850144e230d638da783d9fe967a50a58 Mon Sep 17 00:00:00 2001 From: terencehill Date: Fri, 16 Jun 2017 11:24:56 +0000 Subject: [PATCH] Update Windows "Setting up the development environment" subsection, updating informations added in the previous commit --- Repository_Access.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Repository_Access.md b/Repository_Access.md index 43a8834..c1a5b5b 100644 --- a/Repository_Access.md +++ b/Repository_Access.md @@ -36,7 +36,7 @@ For **Archlinux** the dependencies can be installed via the following command: By default, Windows has no real environment to handle the necessary scripting and compiling tools for building Xonotic. So, what we have to do is install something called [`MSYS2`](http://www.msys2.org) to allow us to have a similar environment as on Linux. Download msys2-x86_64-xxxxxx.exe and follow installation instructions. -Once you have completed the installation, you should be able to launch the MSYS2 shell by running `mingw64_shell.bat` by default located at `C:\msys64`. Run mingw64_shell.bat and install the needed **dependencies** with this command: +Once you have completed the installation, launch the MSYS2 shell by running `mingw64.exe` (instead of the default msys2.exe) by default located at `C:\msys64` and install the needed **dependencies** with this command: pacman --needed -S git curl zip unzip p7zip make automake autoconf libtool gcc gmp-devel mingw-w64-x86_64-{toolchain,gmp,SDL2,libjpeg-turbo,libpng,libogg} -- 2.39.2