diff options
author | Max Horn | 2002-12-01 15:41:50 +0000 |
---|---|---|
committer | Max Horn | 2002-12-01 15:41:50 +0000 |
commit | 885c0ac565d0117a3c8b11ac6978747f53d5b431 (patch) | |
tree | 05cb4e19b6303ff9b68aaf94adf4c2fa5f91e188 | |
parent | 7e77138a3f58225857f1f3b75bb7fb0d0281e71b (diff) | |
download | scummvm-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
-rw-r--r-- | Info.plist | 6 | ||||
-rw-r--r-- | README | 15 |
2 files changed, 16 insertions, 5 deletions
diff --git a/Info.plist b/Info.plist index 620fbb3de5..f9202af6b2 100644 --- a/Info.plist +++ b/Info.plist @@ -7,7 +7,7 @@ <key>CFBundleExecutable</key> <string>scummvm</string> <key>CFBundleGetInfoString</key> - <string>0.2.81 CVS, Copyright 2001-2002 The ScummVM team</string> + <string>0.3.0, Copyright 2001-2002 The ScummVM team</string> <key>CFBundleIconFile</key> <string>scummvm.icns</string> <key>CFBundleInfoDictionaryVersion</key> @@ -17,9 +17,9 @@ <key>CFBundlePackageType</key> <string>APPL</string> <key>CFBundleShortVersionString</key> - <string>0.2.81 CVS</string> + <string>0.3.0</string> <key>CFBundleVersion</key> - <string>0.2.81 CVS</string> + <string>0.3.0</string> <key>NSPrincipalClass</key> <string>NSApplication</string> <key>NSHumanReadableCopyright</key> @@ -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: |