Difference between revisions of "Compiling ScummVM/GCC"

Jump to navigation Jump to search
(Removed →‎Further reading: The information it linked to in the readme isn't there.)
 
Line 82: Line 82:
== Installing ScummVM ==
== Installing ScummVM ==
either run ./scummvm from the current directory or run make install to install ScummVM (you can then run it using "scummvm" from any directory)
either run ./scummvm from the current directory or run make install to install ScummVM (you can then run it using "scummvm" from any directory)
== Further reading ==
* [https://github.com/scummvm/scummvm/blob/master/README.md#100-compiling ScummVM README, Section 10.0]