Open main menu

Difference between revisions of "Compiling ScummVM/macOS"

Line 141: Line 141:


=== Compiling ScummVM ===
=== Compiling ScummVM ===
Run "make clean" and then "make"
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 ===
TrustedUser
2,147

edits