Difference between revisions of "Compiling ScummVM/macOS"

Jump to navigation Jump to search
→‎Configuring ScummVM: Add some details
(→‎Obtaining the required libraries: add instructions for manual compilation)
(→‎Configuring ScummVM: Add some details)
Line 122: Line 122:


=== Configuring ScummVM ===
=== Configuring ScummVM ===
Run the configure script - type "./configure" in the directory with the ScummVM source files. If no errors come up, you should be ready to compile ScummvM. Run "./configure --help" for a list of optional features (eg additional, not yet enabled engines).
Run the configure script:
<source lang="bash">
./configure
</source>
 
If no errors come up, you should be ready to compile ScummvM.
For a list of optional features (eg additional, not yet enabled engines) run:
<source lang="bash">
./configure --help
</source>
 
Here is a list of some options you may want to use:
* '''--enable-all-engines''' or '''--enable-engine=foo,bar''' to enable unsupported engines (not compiled by default)
* '''--with-staticlib=/path/to/install/dir''' if your libraries are not in a standard place (e.g. you compiled the libraries manually with a custom installation directory). This is only used when building the application bundle.
* '''--enable-updates --with-sparkle-prefix=/path/to/sparkle''' to enable Sparkle (disabled by default). The path should be the path to the directory that contains the Sparkle.framework and not the path to the Sparkle.framework itself.


=== Compiling ScummVM ===
=== Compiling ScummVM ===
TrustedUser
2,147

edits

Navigation menu