Mac OS X Build Instructions

From AlephWiki

Jump to: navigation, search

These instructions assume you are using Apple's latest development tools, in Mac OS X 10.4. The latest developer tools are available at Apple's developer site: http://developer.apple.com. You need to be a member to download developer tools.

These instructions assume you are familiar with working with Apple's Xcode tools, as well as the Mac OS X comand line.

Contents

Get the source (choose one)

  • Download the latest release tarball
  • Get the source from CVS (AccessCVS)

Get the required libraries

  • Get the latest release of Aleph One
  • Right click on Aleph One, and choose "Show Package Contents"
  • Go into Contents/Frameworks, and copy all the frameworks into /Library/Frameworks

Boost (more info: Installing Boost)

  • Download the source for boost and extract it
  • Download a pre-built Jam exectuable (like boost-jam-3.1.11-1-macosxppc.tgz) and extract that
  • Open the terminal, and cd into the boost directory:
cd Desktop/boost_1_33_1
  • Enter these commands:
sudo ../boost-jam-3.1.11-1-macosxppc/bjam -sTOOLS=darwin --with-function--with-bind install
cd /usr/local/include
sudo ln -s boost-1_33_1/boost .

Building

  • Open the OSX10.4.xcodeproj file, it's in the PBProjects directory in your Aleph One source tree
  • Choose the AlephOne target, and click build
    • To build the Deployment (Universal) target, you must have the 10.2.8 SDK installed
  • If everything goes right, this should produce an AlephOne.app in your PBProjects/build directory

External Links

Personal tools