public
Description: An isometric graphical interface for the games NetHack and Slash'EM
Home | Edit | New

Mac OS X

Building Vulture’s

Thanks to eben for providing the following guide:

Here’s a rough guide as to how I compiled it:

This is done on 10.6.1

Install Xcode

Update to the latest Vulture’s source code

  1. git clone git://github.com/clivecrous/vultures.git
  2. cd vultures
  3. git submodule init
  4. git submodule update

install MacPorts ( Configure as per instructions on macports.org )

Install dependency libraries

  1. sudo port install libsdl
  2. sudo port install libpng
  3. sudo port install libsdl_ttf
  4. sudo port install libsdl_mixer

Build Vulture’s Eye

  1. make nethack-home

Create a dmg

I’ve also tested this on a Mac that does not have MacPorts installed, there’s a problem with the linked libraries not functioning properly.

  1. make nethack-dmg
Last edited by clivecrous, Mon Oct 26 02:34:00 -0700 2009
Home | Edit | New
Versions: