TrustedUser
2,147
edits
Line 141: | Line 141: | ||
=== Compiling ScummVM === | === Compiling ScummVM === | ||
Just run make (with -j to compile several files in parallel). For example | |||
<source lang="bash"> | |||
make -j4 | |||
</source> | |||
To recompile everything and not just the modified files: | |||
<source lang="bash"> | |||
make clean | |||
make -j4 | |||
</source> | |||
=== Installing ScummVM === | === Installing ScummVM === |