Difference between revisions of "Compiling ScummVM/MXE"
Jump to navigation
Jump to search
Rootfather (talk | contribs) |
Rootfather (talk | contribs) |
||
Line 1: | Line 1: | ||
== Introduction == | == Introduction == | ||
The MXE project (https://mxe.cc) provides an easy way to set up a MinGW-w64 based toolchain with a set of special Makefiles. Starting with ScummVM 2.1.0, this is the preferred way to provide release builds for the project. | 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. | ||
Starting with ScummVM 2.1.0, this is the preferred way to provide release builds for the project. | |||
== Installing MXE == | == Installing MXE == | ||
== Compiling ScummVM == | == Compiling ScummVM == |
Revision as of 18:52, 21 October 2019
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.
Starting with ScummVM 2.1.0, this is the preferred way to provide release builds for the project.