From 67ffd4b2bd3498476a309ce7133d5c1fef616fa3 Mon Sep 17 00:00:00 2001 From: Vincent Bénony Date: Fri, 4 Dec 2015 18:24:30 +0100 Subject: IOS: Updates compilation instructions --- backends/platform/ios7/README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'backends/platform') 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. -- cgit v1.2.3