From fc70cdbb2a66b28a5ee3a25859322480972af2ad Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Tue, 22 Jan 2008 20:00:42 +0000 Subject: Add SDL_mixer, SDL_net URLs and a section on timidity. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1011 --- INSTALL | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/INSTALL b/INSTALL index bf2315c1..7c4e4907 100644 --- a/INSTALL +++ b/INSTALL @@ -13,8 +13,8 @@ Chocolate Doom requires the following to be installed: * A C compiler (gcc is recommended) * make (GNU make is recommended) * LibSDL (see http://www.libsdl.org/) - * SDL_mixer - * SDL_net + * SDL_mixer (see http://www.libsdl.org/projects/SDL_mixer/) + * SDL_net (see http://www.libsdl.org/projects/SDL_net/) * Python (optional) Building Chocolate Doom @@ -104,3 +104,19 @@ on doomworld.com for the patches. As the patches are binary patches that run as DOS executables, you will need a DOS emulator (such as DOSBox) to install them. +Music support +------------- + +Support for Doom's MIDI music is available through timidity: + + http://timidity.sourceforge.net/ + +A good set of patches for Timidity is the eawpats collection, which can +be found here: + + http://www.doomworld.com/idgames/index.php?id=13928 + (Doom idgames archive, /sounds/eawpats.zip) + +If compiling from source, be sure to compile and install timidity +before installing SDL_mixer. + -- cgit v1.2.3