IOS: Updates compilation instructions

This commit is contained in:
Vincent Bénony 2015-12-09 17:51:58 +01:00
parent 80afba232a
commit 9b51cafc04

View file

@ -20,7 +20,7 @@ The next step is to compile the **create_project** tool. Open the Xcode project
Execute the following commands in a terminal:
```
$ cd path_to_the_build_directory
$ create_project path_to_scummvm_repository --xcode --disable-mad --disable-jpeg --disable-bink --disable-scalers --disable-hqscalers --disable-16bit --disable-mt32emu --disable-nasm --disable-opengl --disable-theora --disable-taskbar
$ create_project path_to_scummvm_repository --xcode --disable-mad --disable-jpeg --disable-bink --disable-16bit --disable-mt32emu --disable-nasm --disable-opengl --disable-theora --disable-taskbar
```
This will create an Xcode project for ScummVM, for both the OS X, and the iOS target.