[Scummvm-cvs-logs] CVS: scummvm README,1.42,1.43 Info.plist,1.1,1.2

Max Horn fingolfin at users.sourceforge.net
Sun Dec 1 08:03:01 CET 2002


Update of /cvsroot/scummvm/scummvm
In directory sc8-pr-cvs1:/tmp/cvs-serv18974

Modified Files:
	README Info.plist 
Log Message:
added OS X build instruction; getting ready for 0.3.0

Index: README
===================================================================
RCS file: /cvsroot/scummvm/scummvm/README,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -d -r1.42 -r1.43
--- README	1 Dec 2002 15:35:36 -0000	1.42
+++ README	1 Dec 2002 15:41:50 -0000	1.43
@@ -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 @@
           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:

Index: Info.plist
===================================================================
RCS file: /cvsroot/scummvm/scummvm/Info.plist,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- Info.plist	10 Nov 2002 22:07:06 -0000	1.1
+++ Info.plist	1 Dec 2002 15:41:50 -0000	1.2
@@ -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>





More information about the Scummvm-git-logs mailing list