64
edits
Vinterstum (talk | contribs) |
Vinterstum (talk | contribs) |
||
Line 6: | Line 6: | ||
=== Toolchain === | === Toolchain === | ||
First, you'll need to set up the [http://code.google.com/p/iphone-dev/ toolchain]. We recommend 0.3 (which is the newest version at time of writing), any other and you might have to do some manual modifications to the build process. | First, you'll need to set up the [http://code.google.com/p/iphone-dev/ toolchain]. We recommend 0.3 (which is the newest version at time of writing), any other and you might have to do some manual modifications to the build process. | ||
Important: If you want to compile the ARM ASM optimizations for SMUSH and sound (and otherwise you'll have to manually change the configure script to remove them), you'll have to apply a patch to the toolchain before compiling/installing it (so it can handle our asm files). | |||
Download the patch [http://worldsmainorganization.org/scummvm/index.php?dir=iphone%2F&download=iphone-toolkit-scummvm-1.patch here]. | |||
Apply it in the iphone-dev directory like so: | |||
patch -p0 < iphone-toolkit-scummvm-1.patch | |||
=== External libs === | === External libs === |
edits