aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThierry Crozat2015-04-08 22:53:37 +0100
committerThierry Crozat2015-04-08 22:53:37 +0100
commit83acea8c0d635d09454827118db3c47d6238d209 (patch)
treec3085d9ad43c908c1a572c18ab6103ca8a647f89
parent07c7f5e31a1f1952ebe583a138352e13e45e0c66 (diff)
downloadscummvm-rg350-83acea8c0d635d09454827118db3c47d6238d209.tar.gz
scummvm-rg350-83acea8c0d635d09454827118db3c47d6238d209.tar.bz2
scummvm-rg350-83acea8c0d635d09454827118db3c47d6238d209.zip
README: Update compiling instruction for OS X
-rw-r--r--README8
1 files 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