README.MinGW: Add instructions for using MSYS2

This commit is contained in:
Jookia 2020-10-03 17:01:51 +10:00
parent f831950006
commit 0145c4d2fc

View File

@ -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