mirror of
https://github.com/joncampbell123/dosbox-x.git
synced 2025-05-08 19:32:39 +08:00
README.MinGW: Add instructions for using MSYS2
This commit is contained in:
parent
f831950006
commit
0145c4d2fc
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user