84
edits
Rootfather (talk | contribs) m |
(Clean up support warnings) |
||
Line 4: | Line 4: | ||
|- style="margin-left:1em; background:#ffffff;" | |- style="margin-left:1em; background:#ffffff;" | ||
|- style="background:#ffffff" | |- style="background:#ffffff" | ||
| This guide covers '''only''' the compilation under MinGW-w64 and MSYS2 (which is very different from MinGW and MSYS), and makes heavy use of the pacman package manager, which may not be available under other MinGW setups. | | This guide covers '''only''' the compilation under MinGW-w64 and MSYS2 (which is very different from [[Compiling_ScummVM/MinGW|MinGW and MSYS]]), and makes heavy use of the pacman package manager, which may not be available under other MinGW setups. | ||
We don't recommend using this method if you want to distribute your ScummVM builds. Release builds should be done using [[Compiling ScummVM/MXE|MXE]] if possible, since this allows building an (almost) statically linked executable for easy distribution. Feel free to contact me (rootfather) either via eMail or IRC if you have questions regarding MSYS2/MinGW-w64. | |||
|} | |} | ||
Line 19: | Line 15: | ||
|- style="margin-left:1em; background:#ffffff;" | |- style="margin-left:1em; background:#ffffff;" | ||
|- style="background:#ffffff" | |- style="background:#ffffff" | ||
| | | Despite the name, MinGW-w64 works on both 32-bit and 64-bit systems, but the latest versions cannot be installed on Windows XP anymore. '''However, builds produced will still work on Windows XP.''' | ||
If you need to support older Windows, check out [[Compiling_ScummVM/MinGW|MinGW]]. | |||
|} | |} | ||
edits