diff options
author | Vincent Bénony | 2015-12-11 10:39:39 +0100 |
---|---|---|
committer | Vincent Bénony | 2016-01-06 16:17:38 +0100 |
commit | 8d9b13059b82ea4b8a38203c34c4939abc0feb25 (patch) | |
tree | 1a914f145b5ce7e4f88eac082dfc29988110d689 /backends | |
parent | 7ca7608711eebf3542b1e1fa4e3aaf59023123a1 (diff) | |
download | scummvm-rg350-8d9b13059b82ea4b8a38203c34c4939abc0feb25.tar.gz scummvm-rg350-8d9b13059b82ea4b8a38203c34c4939abc0feb25.tar.bz2 scummvm-rg350-8d9b13059b82ea4b8a38203c34c4939abc0feb25.zip |
IOS: Updates compilation instructions
Diffstat (limited to 'backends')
-rw-r--r-- | backends/platform/ios7/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/platform/ios7/README.md b/backends/platform/ios7/README.md index 8061c84502..b93ba20133 100644 --- a/backends/platform/ios7/README.md +++ b/backends/platform/ios7/README.md @@ -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-16bit --disable-mt32emu --disable-nasm --disable-opengl --disable-theora --disable-taskbar +$ create_project path_to_scummvm_repository --xcode --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. |