ref: fc70cdbb2a66b28a5ee3a25859322480972af2ad
parent: be9a3b43372bddb3f6d4f8fdf79bcaf3a9ed23c7
author: Simon Howard <[email protected]>
date: Tue Jan 22 15:00:42 EST 2008
Add SDL_mixer, SDL_net URLs and a section on timidity. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1011
--- a/INSTALL
+++ b/INSTALL
@@ -13,8 +13,8 @@
* 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
@@ -103,4 +103,20 @@
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.