Difference between revisions of "Compiling ScummVM/MinGW-w64"

Jump to navigation Jump to search
→‎Setup MinGW-w64 and MSYS2: Point to MSYS2 webpage for installation instructions
(→‎Common Issues: Note about msys mode)
(→‎Setup MinGW-w64 and MSYS2: Point to MSYS2 webpage for installation instructions)
Line 15: Line 15:
=== Setup MinGW-w64 and MSYS2 ===
=== Setup MinGW-w64 and MSYS2 ===


'''NOTE:''' This guide is a vast simplification of that found [https://sourceforge.net/p/msys2/wiki/MSYS2%20installation/ here]. While this article should be enough, we recommend you read through the entire guide.
You can find MSYS2 and installation instructions on the [[https://msys2.github.io/ MSYS2 webpage]].


==== Download ====
==== Download and install the mingw-w64 compilation toolchain====
'''Download''' and '''execute''' the MSYS2 bundle for your architecture from [http://msys2.github.io/ here].
 
==== Update the core of MSYS2 ====
In the installation folder run msys2-shell.bat, which should open a MSYS2 terminal.
Type the following command, to update the core dependencies of the environment:
 
<syntax type="bash">
$> update-core
</syntax>
 
''Restart the MSYS2 terminal.''
Type the following command, to update the managed packages:
<syntax type="bash">
$> pacman -Su
</syntax>
 
==== Download and install the compilation toolchain====
In the MSYS2 terminal, type:
In the MSYS2 terminal, type:
<syntax type="bash">
<syntax type="bash">
178

edits

Navigation menu