From: Takashi Iwai Date: Tue, 9 Nov 2004 18:36:47 +0000 (+0000) Subject: added requirements section and fixed the obsolete path X-Git-Tag: v1.0.7~1 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=067be2158d01e9b02918ad02c6e4de4b12e984d0;p=alsa-utils.git added requirements section and fixed the obsolete path --- diff --git a/INSTALL b/INSTALL index 52d2281..783920d 100644 --- 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 ----------------------------