[Scummvm-cvs-logs] scummvm master -> 83acea8c0d635d09454827118db3c47d6238d209
criezy
criezy at scummvm.org
Wed Apr 8 23:55:55 CEST 2015
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
83acea8c0d README: Update compiling instruction for OS X
Commit: 83acea8c0d635d09454827118db3c47d6238d209
https://github.com/scummvm/scummvm/commit/83acea8c0d635d09454827118db3c47d6238d209
Author: Thierry Crozat (criezy at scummvm.org)
Date: 2015-04-08T22:53:37+01:00
Commit Message:
README: Update compiling instruction for OS X
Changed paths:
README
diff --git a/README b/README
index 3e2cacc..56b0a84 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
More information about the Scummvm-git-logs
mailing list