Compiling ScummVM/MXE
< Compiling ScummVM
Jump to navigation
Jump to search
Revision as of 18:58, 21 October 2019 by Rootfather (talk | contribs)
Introduction
The MXE project (https://mxe.cc) provides an easy way to set up a MinGW-w64 based cross-compiling toolchain with a set of special Makefiles. This allows us to build for Windows using Linux or FreeBSD as host systems with a high level of automation. After setting up the toolchain, compiling ScummVM for Windows is as easy as
./configure; make
. Starting with ScummVM 2.1.0, this is the preferred way to provide release builds for the project.