Open main menu

Difference between revisions of "Compiling ScummVM/iPhone"

→‎Creating the Xcode project: TTS is not yet available on iOS
(→‎Creating the Xcode project: mt32 has been reported to work OK on iOS)
(→‎Creating the Xcode project: TTS is not yet available on iOS)
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
../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
</syntaxhighlight>
</syntaxhighlight>


TrustedUser
2,147

edits