From 83acea8c0d635d09454827118db3c47d6238d209 Mon Sep 17 00:00:00 2001 From: Thierry Crozat Date: Wed, 8 Apr 2015 22:53:37 +0100 Subject: README: Update compiling instruction for OS X --- README | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README b/README index 3e2cacc05b..56b0a8423c 100644 --- a/README +++ b/README @@ -2456,9 +2456,11 @@ debug messages (see http://www.sysinternals.com/ntw2k/freeware/debugview.shtml). * Type "./configure" in the ScummVM directory. * You can now type 'make' to create a command line binary. * To get a version you can run from Finder, type 'make bundle' which - will create ScummVM.app (this only works out of the box if you - installed SDL into /sw (as happens if you are using Fink). If you - have installed SDL in another way, you will have to edit ports.mk). + will create ScummVM.app (this tries to detect where the static libraries + are installed, which should work in most cases, but if it doesn't you + will need to specify this path with --with-staticlib-prefix= when calling + configure - for example "./configure --with-staticlib-prefix=/Users/foo" + if the libraries are in /Users/foo/lib). * For more information refer to: http://wiki.scummvm.org/index.php/Compiling_ScummVM/MacOS_X_Crosscompiling -- cgit v1.2.3