Open main menu

Difference between revisions of "Compiling ScummVM/iPhone"

→‎Creating the Xcode project: there doesn't seem to be a good reason to disable bink
(→‎Compile and Deploy: Add comment about the need to disable bitcode generation option)
(→‎Creating the Xcode project: there doesn't seem to be a good reason to disable bink)
Line 41: Line 41:
Generate Xcode project and open it:
Generate Xcode project and open it:
<syntaxhighlight lang="bash">
<syntaxhighlight lang="bash">
../scummvm/devtools/create_project/xcode/build/Release/create_project ../scummvm --xcode --enable-fluidsynth --disable-bink --disable-nasm --disable-opengl --disable-theora --disable-taskbar --disable-tts
../scummvm/devtools/create_project/xcode/build/Release/create_project ../scummvm --xcode --enable-fluidsynth --disable-nasm --disable-opengl --disable-theora --disable-taskbar --disable-tts
</syntaxhighlight>
</syntaxhighlight>


TrustedUser
2,147

edits