Difference between revisions of "Compiling ScummVM/MinGW"

Jump to navigation Jump to search
→‎NASM: - added instructions with MinGW
m (Removed Dev-C++, changed the needed SDL library name)
(→‎NASM: - added instructions with MinGW)
Line 60: Line 60:
=== NASM ===
=== NASM ===


[TODO]
First of all, we need nasm. So unzip the nasm archive in a directory, copy "nasmw.exe" to "nasm.exe" (because some projects call one and others call the other) and include the folder it is stored in into your system path. To do this, go to Control Panel->System, Advanced tab->environment variables and edit the "PATH" variable in the system variables list, adding the folder where you placed the aforementioned files. Directories in the system path are split with a semicolon (;), e.g. "C:\MinGW\msys\1.0\bin;C:\MinGW\bin;C:\nasm".


Changes to the PATH will be reflected on newly opened command prompts only, so if you got any open already, close them to avoid confusion


=== SDL ===
=== SDL ===
1,489

edits

Navigation menu