mirror of
https://github.com/libretro/scummvm.git
synced 2024-11-30 12:50:51 +00:00
added OS X build instruction; getting ready for 0.3.0
svn-id: r5785
This commit is contained in:
parent
7e77138a3f
commit
885c0ac565
@ -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>
|
||||
|
15
README
15
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:
|
||||
|
Loading…
Reference in New Issue
Block a user