Open main menu

Difference between revisions of "Compiling ScummVM/iPhone"

→‎Creating the Xcode project: Add note for unzipping the libs package
m (→‎Creating the Xcode project: We need to disable FriBiDi for now as it is not included in our iOS lib package)
(→‎Creating the Xcode project: Add note for unzipping the libs package)
Line 38: Line 38:
unzip ~/Downloads/scummvm-ios7-libs-v2.zip
unzip ~/Downloads/scummvm-ios7-libs-v2.zip
</syntaxhighlight>
</syntaxhighlight>
''Note:'' If you unzipped the libs package by double clicking on it instead of using the command line unzip tool, it may have created an additional directory. In that case you need to move the ''include'' and ''lib'' directories out of this additional directory so that they are directly located in the ''build'' directory you created.


Generate Xcode project and open it. Assuming you created the ''build'' folder at the same level as the ''scummvm'' directory, the command would be:
Generate Xcode project and open it. Assuming you created the ''build'' folder at the same level as the ''scummvm'' directory, the command would be:
TrustedUser
2,147

edits