TrustedUser
2,147
edits
(→Configuring ScummVM: Add some details) |
|||
Line 142: | Line 142: | ||
=== Installing ScummVM === | === Installing ScummVM === | ||
You can run ScummVM from the command line in the build directory: | |||
<source lang="bash"> | |||
./scummvm | |||
</source> | |||
You can also generate an application bundle and move this one anywhere you want: | |||
<source lang="bash"> | |||
make bundle | |||
</source> | |||
Some features such as dock integration are only available if you build the bundle. | |||
== Compiling ScummVM via the XCode GUI == | == Compiling ScummVM via the XCode GUI == |