From 0145c4d2fcdceb0bf5cc259a53879b7f4689e0e2 Mon Sep 17 00:00:00 2001 From: Jookia Date: Sat, 3 Oct 2020 17:01:51 +1000 Subject: [PATCH] README.MinGW: Add instructions for using MSYS2 --- README.MinGW | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.MinGW b/README.MinGW index 5a6edd746..43fc80181 100644 --- a/README.MinGW +++ b/README.MinGW @@ -17,3 +17,11 @@ export CC="$TRIPLET-gcc" export CXX="$TRIPLET-g++" # autoreconf && ./configure && make + +# Alternatively install MSYS2 on Windows, +# Open the MSYS2 MinGW 64-bit prompt, +# then run: +pacman -Syu # Keep up to date! +pacman -S mingw-w64-x86_64-toolchain mingw-w64-x86_64-SDL2 +cd /path/to/dosbox-code +./build-mingw-sdl2