Open main menu

Difference between revisions of "Compiling ScummVM/GCC"

→‎Compiling ScummVM: add info on parallel build
(→‎Compiling ScummVM: add info on parallel build)
Line 39: Line 39:
== Compiling ScummVM ==
== Compiling ScummVM ==
run "make clean" and then "make"
run "make clean" and then "make"
It is recommended to run parallel make. Run it with command "make -j10" where "10" is the number of your CPUs, including virtual ones +2. Typical Intel Core i7 has 8 CPUs.


== Installing ScummVM ==
== Installing ScummVM ==