1,554
edits
Ccawley2011 (talk | contribs) |
(→Compiling ScummVM: clarify CPU cores) |
||
Line 73: | Line 73: | ||
</syntaxhighlight > | </syntaxhighlight > | ||
It is recommended to run parallel make. For example to run with | It is recommended to run parallel make. For example to run with 8 CPU cores use: | ||
<syntaxhighlight lang="bash"> | <syntaxhighlight lang="bash"> | ||
make -j10 | make -j10 |