ref: 6ad2f405b91c28123caff76eb370d9486b4cb2a2
parent: d721228ed1a9df515d51c2d57ea3f7199f86daa5
author: Simon Howard <[email protected]>
date: Sun Feb 28 09:26:25 EST 2016
Refer to SDL2 versions of libraries in docs. Helps to be accurate.
--- a/README.Music
+++ b/README.Music
@@ -13,7 +13,7 @@
== Timidity ==
Timidity is a software-based MIDI synthesizer, and a version of it is
-included in the SDL_mixer library used by Chocolate Doom. To use
+included in the SDL2_mixer library used by Chocolate Doom. To use
Timidity for MIDI playback, first download a sound font. An example of
a good quality sound font is the eawpats font, which can be downloaded
from the idgames archive as sounds/eawpats.zip:
--- a/man/INSTALL.template
+++ b/man/INSTALL.template
@@ -30,9 +30,9 @@
* A C compiler (gcc is recommended)
* make (GNU make is recommended)
- * LibSDL (see http://www.libsdl.org/)
- * SDL_mixer (see http://www.libsdl.org/projects/SDL_mixer/)
- * SDL_net (see http://www.libsdl.org/projects/SDL_net/)
+ * SDL2 (see http://www.libsdl.org/)
+ * SDL2_mixer (see http://www.libsdl.org/projects/SDL_mixer/)
+ * SDL2_net (see http://www.libsdl.org/projects/SDL_net/)
* Python (optional)
Follow the standard instructions for installing an autotools-based
@@ -268,7 +268,7 @@
#if !PRECOMPILED
When compiling from source, be sure to compile and install Timidity
-before installing SDL_mixer.
+before installing SDL2_mixer.
#endif
# vim: tw=70