From 1657b9d4326d7749d4e5b6928364416c3936a726 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vincent=20Be=CC=81nony?= Date: Fri, 11 Dec 2015 14:43:59 +0100 Subject: [PATCH] IOS: Update compilation instructions for FluidSynth --- backends/platform/ios7/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backends/platform/ios7/README.md b/backends/platform/ios7/README.md index b93ba2013375..1f34c15cc6ed 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-jpeg --disable-bink --disable-16bit --disable-mt32emu --disable-nasm --disable-opengl --disable-theora --disable-taskbar +$ create_project path_to_scummvm_repository --xcode --enable-fluidsynth --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.