Installation instructions
-------------------------

**Current build system (2025+)**: The project uses CMake. For up-to-date
instructions (dependencies, compilation, options), see README.md.

The sections below are kept for historical reference.

Installing on Windows
---------------------

Version 0.0.18 and newer
------------------------

From version 0.0.18 onwards all needed .dll's are included in the .zip-file.
Just extract it, and run dangerdeep.exe.

Version 0.0.17 and older
------------------------

Earlier versions need the following libraries:

Simple Directmedia Layer (libsdl):
    SDL.dll
SDL Image library (SDL_image):
    SDL_image.dll, libpng.dll, jpeg.dll and zlib.dll
FFTW (Fastest Fourier Transform in the West ;) )
    fftw3.dll

Just copy all the DLLs to the folder containing dangerdeep.exe and
double-click dangerdeep.exe to start the game. To run Danger from the
Deep in a different resolution or in windowed mode, see the Command-line
Options section below.


Compiling from Source (legacy / historical)
-------------------------------------------

The project now uses CMake. See README.md for current instructions.

Legacy: The project previously used SCons. Dependencies: SDL2 (or SDL),
SDL_image, FFTW3, SDL_mixer. Extract source, then:

	# Old SCons (deprecated):
	scons -k

	# Old autotools (very old versions):
	./configure && make && make install

Running
-------

To run the game, type 'dangerdeep'. To run Danger from the Deep in a
different resolution or in windowed mode, see the command-line options.
