diff options
author | Vincent Bénony | 2015-12-04 18:24:30 +0100 |
---|---|---|
committer | Vincent Bénony | 2016-01-06 16:17:33 +0100 |
commit | 67ffd4b2bd3498476a309ce7133d5c1fef616fa3 (patch) | |
tree | 2818ed4b2aa0377005bed5f5dadd12aee4c267b9 /backends | |
parent | 638dc113f8c05f121d50e68f68c4e86c130756a4 (diff) | |
download | scummvm-rg350-67ffd4b2bd3498476a309ce7133d5c1fef616fa3.tar.gz scummvm-rg350-67ffd4b2bd3498476a309ce7133d5c1fef616fa3.tar.bz2 scummvm-rg350-67ffd4b2bd3498476a309ce7133d5c1fef616fa3.zip |
IOS: Updates compilation instructions
Diffstat (limited to 'backends')
-rw-r--r-- | backends/platform/ios7/README.md | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/backends/platform/ios7/README.md b/backends/platform/ios7/README.md index 0e22e6d2bd..a58905d3bc 100644 --- a/backends/platform/ios7/README.md +++ b/backends/platform/ios7/README.md @@ -42,9 +42,8 @@ For jailbroken devices, it is also possible to compile the project from command Open a terminal, and execute the following commands: ``` $ cd path_to_the_scummvm_sources -$ SDKROOT=$(xcrun --sdk iphoneos --show-sdk-path) CC=clang CXX=clang++ ./configure --host=iphone --disable-scalers --disable-mt32emu --enable-release -$ make iphone -$ make iphonebundle +$ SDKROOT=$(xcrun --sdk iphoneos --show-sdk-path) CC=clang CXX=clang++ ./configure --host=ios7 --disable-scalers --disable-mt32emu --enable-release +$ make ios7bundle ``` At the end of the compilation, you'll find a **ScummVM.app** application: copy it over SSH, and reboot your device. |