Open main menu

Difference between revisions of "Compiling ScummVM/MinGW"

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


==== Install make ====
==== Install make ====
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.
ScummVM uses 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