Difference between revisions of "Running Oolite-Mac"

From Elite Wiki
m (Building Oolite from source)
(Building Oolite from source: Rewrote to conform with reality.)
Line 26: Line 26:
  
 
==Building Oolite from source==
 
==Building Oolite from source==
To start, you will need the newest version of XCode from the Apple Developer Connection. You will need an ADC membership to obtain Xcode by download, however, the ADC membership to obtain Xcode is free. You will also need to ensure you have installed the universal binary frameworks and the Panther SDKs.
+
To start, you will need the newest version of Xcode from the [http://connect.apple.com/ Apple Developer Connection]. You will need an ADC membership to obtain Xcode by download; however, the free online membership is sufficient. You will also need to ensure you have installed the Mac OS X 10.3 and Mac OS X 10.4 Universal SDKs, which are available through the Xcode Tools installer. Lastly, you will require the Subversion version control tool; an up-to-date binary is available [http://downloads.open.collab.net/binaries.html here].
  
The Mac OS X source is only available from the BerliOS Subversion repository, so you will need to install Subversion, too. Don't be confused by the name 'oolite-linux'; the repo is called that because it's where the repository moved after [[GUSTO]] was complete. The SVN url for 1.62 is:
+
The source code and data files are available from [http://developer.berlios.de/projects/oolite-linux/ the oolite-linux BerliOS project]. Don't be confused by the name 'oolite-linux'; the repo is called that because it’s where the repository moved after [[GUSTO]] was complete. The SVN url for 1.65 is:
  
  svn://svn.berlios.de/oolite-linux/tags/1.62-5
+
  svn://svn.berlios.de/oolite-linux/tags/v165-final
  
 
You can also get the latest work-in-progress from:
 
You can also get the latest work-in-progress from:
Line 40: Line 40:
 
  svn checkout svn://svn.berlios.de/oolite-linux/trunk
 
  svn checkout svn://svn.berlios.de/oolite-linux/trunk
  
[[Category:Oolite]]
+
To build the trunk, you will need to install some additional files. First, you will need the latest source release of [http://libpng.org/pub/png/libpng.html libpng]. This will decompress as a folder called “libpng-1.2.18” or similar. Rename it to “libpng” and move it to deps/Cocoa-deps in the Oolite repository. Second, in order to build the “Deployment – Test Release” target, you will need the Smart Crash Reports SDK. This is distributed with the Smart Crash Reports installer, available from [http://smartcrashreports.com/ smartcrashreports.com]; after installing, the SDK will appear as a folder called “Smart Crash Reports SDK” on the desktop. Copy this folder, without renaming it, into deps/Cocoa-deps in the Oolite repository. If you don’t want Smart Crash Reports installed, you can remove it from ~/Library/Input Managers/. These steps do not need to be repeated after updating the repository using the <code>svn update</code> command.
[[Category:Factual]]
+
 
 +
It should now be possible to open the Xcode project and build the Oolite target. Xcode will build a customized libpng, the Spotlight indexer and a dynamic library version of the Smart Crash Reports installer library as needed.
 +
 
 +
[[Category:Oolite]] [[Category:Factual]]

Revision as of 11:14, 14 July 2007

Overview

Oolite was originally developed for OS X, and as such, OS X is Oolite's home operating system. The OS X version can be considered the reference version for all other ports. It has some specific Mac OS X only support such as speech synthesis, iTunes integration and Growl integration. Joysticks are not directly supported - however, there are programs that convert joystick inputs into mouse and keyboard inputs, and these programs are reported to work well with Oolite.

Getting and installing the game

You can get the game from any of three mirrors. There are two versions of the game - a PowerPC version, and a universal binary version. The latter will run on the new Core Duo Macs as well as the PowerPC Macs. To download the PowerPC version, use one of these links:

The Universal Binary is 200 kilobytes larger, and may be downloaded with these links:

Universal binaries need OS X 10.4 or later on all platforms; PowerPC binaries run on Mac OS X 10.3 as well as 10.4.

Installation is the standard method of dragging the Oolite folder to your Applications or Games folder.

Notes for Core Duo users

Oolite V1.62 runs fine on MacBook Pro Core Duo with no known crashes or issues.

Installing OXPs (add ons)

In the Oolite folder that you dragged from the disk image, you will find an Oolite application and an AddOns folder. Place OXPs in the AddOns folder, and they will be loaded the next time you start the game.

Building Oolite from source

To start, you will need the newest version of Xcode from the Apple Developer Connection. You will need an ADC membership to obtain Xcode by download; however, the free online membership is sufficient. You will also need to ensure you have installed the Mac OS X 10.3 and Mac OS X 10.4 Universal SDKs, which are available through the Xcode Tools installer. Lastly, you will require the Subversion version control tool; an up-to-date binary is available here.

The source code and data files are available from the oolite-linux BerliOS project. Don't be confused by the name 'oolite-linux'; the repo is called that because it’s where the repository moved after GUSTO was complete. The SVN url for 1.65 is:

svn://svn.berlios.de/oolite-linux/tags/v165-final

You can also get the latest work-in-progress from:

svn://svn.berlios.de/oolite-linux/trunk

To download the source with Subversion, the quickest way to do it is to open a Terminal window, and run the following command:

svn checkout svn://svn.berlios.de/oolite-linux/trunk

To build the trunk, you will need to install some additional files. First, you will need the latest source release of libpng. This will decompress as a folder called “libpng-1.2.18” or similar. Rename it to “libpng” and move it to deps/Cocoa-deps in the Oolite repository. Second, in order to build the “Deployment – Test Release” target, you will need the Smart Crash Reports SDK. This is distributed with the Smart Crash Reports installer, available from smartcrashreports.com; after installing, the SDK will appear as a folder called “Smart Crash Reports SDK” on the desktop. Copy this folder, without renaming it, into deps/Cocoa-deps in the Oolite repository. If you don’t want Smart Crash Reports installed, you can remove it from ~/Library/Input Managers/. These steps do not need to be repeated after updating the repository using the svn update command.

It should now be possible to open the Xcode project and build the Oolite target. Xcode will build a customized libpng, the Spotlight indexer and a dynamic library version of the Smart Crash Reports installer library as needed.