Open main menu

Difference between revisions of "Compiling ScummVM/macOS"

→‎Creating an Xcode project: clarify the create_project compilation instructions
(→‎Configuring ScummVM: fix incorrect configure option)
(→‎Creating an Xcode project: clarify the create_project compilation instructions)
Line 200: Line 200:


=== Creating an Xcode project ===
=== Creating an Xcode project ===
* Compile '''create_project''' inside devtools/create_project
* Compile '''create_project''', it will be inside devtools/create_project. The make command has to be executed from the ScummVM sources root
<syntaxhighlight lang="bash">
<syntaxhighlight lang="bash">
make devtools/create_project
make devtools/create_project