Open main menu

Difference between revisions of "Compiling ScummVM/MinGW"

m
Change some grammar
m (Change some grammar)
Line 48: Line 48:


==== Install make ====
==== Install make ====
In order to compile properly the project utilizes Makefiles, which are build configuration files that the compiler uses to compile, link and solve dependencies. "make" is the software that runs the Makefiles.
ScummVM utilizes Makefiles to build the project. Makefiles are build configuration files that the compiler uses to compile, link and solve dependencies. "make" is the software that runs the Makefiles.


MSYS2 does not support make out of the box, but it has its own implementation. Install it by typing:
MSYS2 does not support make out of the box, but it has its own implementation. Install it by typing:
45

edits