aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorMax Horn2002-12-01 15:41:50 +0000
committerMax Horn2002-12-01 15:41:50 +0000
commit885c0ac565d0117a3c8b11ac6978747f53d5b431 (patch)
tree05cb4e19b6303ff9b68aaf94adf4c2fa5f91e188 /README
parent7e77138a3f58225857f1f3b75bb7fb0d0281e71b (diff)
downloadscummvm-rg350-885c0ac565d0117a3c8b11ac6978747f53d5b431.tar.gz
scummvm-rg350-885c0ac565d0117a3c8b11ac6978747f53d5b431.tar.bz2
scummvm-rg350-885c0ac565d0117a3c8b11ac6978747f53d5b431.zip
added OS X build instruction; getting ready for 0.3.0
svn-id: r5785
Diffstat (limited to 'README')
-rw-r--r--README15
1 files changed, 13 insertions, 2 deletions
diff --git a/README b/README
index d0e855dc77..370d06d951 100644
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
ScummVM README
-Last updated: 2002-11-22
-Release version: 0.2.83 [CVS]
+Last updated: 2002-12-01
+Release version: 0.3.0
------------------------------------------------------------------------
For more information, compatibility lists, details on donating, the latest
@@ -232,6 +232,17 @@ messages (see http://www.sysinternals.com/ntw2k/freeware/debugview.shtml).
and/or the ALSA sequencer.
* Run 'make deb'.
* Finally run 'dpkg -i ../scummvm-cvs*deb', and you're done.
+
+ Mac OS X
+ * Make sure you have the developer tools installed.
+ * Edit backends/sdl/build.rules, and enable the Mac OS X specific line(s).
+ * Depending on where you have installed SDL, you have to add the location
+ of its headers to the INCLUDES variables. For example if you installed SDL
+ via Fink, you can add this at the end of build.rules:
+ INCLUDES+= -I/sw/include
+ * You can now 'make' to create a command line binary.
+ * To get a version you can run from Finder, type 'make bundle' which will
+ create ScummVM.app.
Running: