Downloads

From DungeonHack

Jump to: navigation, search

Here is information on downloading and running DungeonHack. Currently we offer a source download and Linux and Windows binary downloads.

Once you have it installed, you should also read our manual; control keys are not yet configurable.

Contents

Files

All files can be found on our SourceForce downloads page.

Linux

Uncommon dependencies are included, but you will need to have installed: python, freetype, and a number of other libraries that should be on a modern system running X11 already.

  1. Download dungeonhack-0.10-i386.tar.gz
  2. Change to the directory where you wish to store the DH files.
  3. Execute tar xzf dungeonhack-0.x-i386.tar.gz (where 0.x is replaced with the correct version and specify the correct path to the archive).
  4. Change to the dungeonhack-0.x directory and start the game with: ./dungeonhack

Windows

  1. Download dungeonhack-0.10-win32.zip
  2. Install the OpenAL redistributable
  3. Install Python 2.6
  4. Extract dungeonhack-0.x-win32.zip (where 0.x is replaced with the correct version) in a location of your choice.
  5. Run dungeonhack.bat in the dungeonhack-0.x directory.


If the game fails to start:

  1. You may need to update DirectX
  2. You may also need the VS 2008 Redistributable

Source

  1. Download dungeonhack-0.10.tar.gz
  2. See Build Instructions to compile.