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

Jump to navigation Jump to search
Line 23: Line 23:
The MinGW packages are named mingw-<env>-<package>, where <env> is either x86_64 or i686, depending on your architecture (64-bit and 32-bit, respectively).
The MinGW packages are named mingw-<env>-<package>, where <env> is either x86_64 or i686, depending on your architecture (64-bit and 32-bit, respectively).


To create an i686 or x86_64 build environment, we need to first update the already installed packages. To do that, type the following in the MSYS2 terminal:
To create an i686 or x86_64 build environment, we need to first update the already installed packages and the MSYS2 runtime itself.
To do that, type the following in the MSYS2 terminal:
<source lang="bash">
<source lang="bash">
pacman --noconfirm -Sy
pacman --noconfirm -Sy
329

edits

Navigation menu