Difference between revisions of "Compiling ScummVM/GCC"

Jump to navigation Jump to search
m
→‎Compiling ScummVM: reformat commands
m (→‎Configuring ScummVM: reformat commands)
m (→‎Compiling ScummVM: reformat commands)
Line 58: Line 58:


== Compiling ScummVM ==
== Compiling ScummVM ==
run "make clean" and then "make"
Run:
<syntaxhighlight lang="bash">
make clean
make
</syntaxhighlight >


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.
It is recommended to run parallel make. For example to run with 10 CPU cores use:
<syntaxhighlight lang="bash">
make -j10
</syntaxhighlight >
A good number is to use the number of your CPU cores, including virtual ones, +2. Typical Intel Core i7 has 8 CPU cores.


== Installing ScummVM ==
== Installing ScummVM ==
TrustedUser
2,147

edits

Navigation menu