commit 6ad2f405b91c28123caff76eb370d9486b4cb2a2
Author: Simon Howard <fraggle@soulsphere.org>
AuthorDate: Sun Feb 28 14:26:25 2016 -0500
Commit: Simon Howard <fraggle@soulsphere.org>
CommitDate: Sun Feb 28 14:26:25 2016 -0500
Refer to SDL2 versions of libraries in docs.
Helps to be accurate.
---
README.Music | 2 +-
man/INSTALL.template | 8 ++++----
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/README.Music b/README.Music
index bd765660..914c31f5 100644
--- a/README.Music
+++ b/README.Music
@@ -13,7 +13,7 @@ dialog in the setup tool.
== 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:
diff --git a/man/INSTALL.template b/man/INSTALL.template
index 9c850993..ccc5568c 100644
--- a/man/INSTALL.template
+++ b/man/INSTALL.template
@@ -30,9 +30,9 @@ to be installed:
* 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 @@ how to set these up.
#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