From 3d467e3045fb713f1e959c71ea41c826d23b9d68 Mon Sep 17 00:00:00 2001 From: David Griffith Date: Tue, 31 Jan 2017 19:58:00 -0800 Subject: [PATCH] Mention the need for libsamplerate. --- INSTALL | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/INSTALL b/INSTALL index 370f0b1..f78fa01 100644 --- a/INSTALL +++ b/INSTALL @@ -17,10 +17,11 @@ run Frotz: * A reasonably good SYSV derived curses library (ncurses is best) For sound support, a few more things are necessary: - * libao (1.1.0 or higher) - * libsndfile (1.0.25 or higher) - * libmodplug (0.8.8.4 or higher) - * libvorbis (1.3.2 or higher) + * libao (1.1.0 or higher) + * libmodplug (0.8.8.4 or higher) + * libsamplerate (0.1.8 or higher) + * libsndfile (1.0.25 or higher) + * libvorbis (1.3.2 or higher) Earlier versions of these libraries might work, but are untested. Frotz can be compiled without curses, leaving you with a dumb-mode -- 2.34.1