OSDN Git Service

added requirements section and fixed the obsolete path
authorTakashi Iwai <tiwai@suse.de>
Tue, 9 Nov 2004 18:36:47 +0000 (18:36 +0000)
committerTakashi Iwai <tiwai@suse.de>
Tue, 9 Nov 2004 18:36:47 +0000 (18:36 +0000)
INSTALL

diff --git a/INSTALL b/INSTALL
index 52d2281..783920d 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -2,6 +2,14 @@
                        ALSA utils installation
                        =======================
 
+Requirements
+------------
+
+alsamixer requires the ncurses library.  Some systems need to install
+the develop package additionally to link with this library.
+
+alsaconf requires dialog or whiptail program to run properly.
+
 Installation
 ------------
 
@@ -13,8 +21,8 @@ For installation you can use these commands:
 If ./configure command complain that alsa-lib package isn't installed,
 please, check if --prefix option is same for alsa-lib and alsa-utils
 package. The configure script from alsa-utils package probably cannot find
-header file asoundlib.h in $prefix/include/sys directory (usually in
-/usr/include/sys directory).
+header file asoundlib.h in $prefix/include/alsa directory (usually in
+/usr/include/alsa directory).
 
 Compilation from CVS sources
 ----------------------------