summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Howard2008-01-22 20:00:42 +0000
committerSimon Howard2008-01-22 20:00:42 +0000
commitfc70cdbb2a66b28a5ee3a25859322480972af2ad (patch)
tree9b70e05994e77e43c59af373de3839b832a04e19
parentbe9a3b43372bddb3f6d4f8fdf79bcaf3a9ed23c7 (diff)
downloadchocolate-doom-fc70cdbb2a66b28a5ee3a25859322480972af2ad.tar.gz
chocolate-doom-fc70cdbb2a66b28a5ee3a25859322480972af2ad.tar.bz2
chocolate-doom-fc70cdbb2a66b28a5ee3a25859322480972af2ad.zip
Add SDL_mixer, SDL_net URLs and a section on timidity.
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1011
-rw-r--r--INSTALL20
1 files 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.
+