TrustedUser
2,147
edits
m (→Configuring ScummVM: reformat commands) |
m (→Compiling ScummVM: reformat commands) |
||
Line 58: | Line 58: | ||
== Compiling ScummVM == | == Compiling ScummVM == | ||
Run: | |||
<syntaxhighlight lang="bash"> | |||
make clean | |||
make | |||
</syntaxhighlight > | |||
It is recommended to run parallel make. | 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 == |