mirror of
https://github.com/alsa-project/alsa-utils
synced 2024-11-10 03:55:41 +01:00
added requirements section and fixed the obsolete path
This commit is contained in:
parent
78f5beec33
commit
067be2158d
1 changed files with 10 additions and 2 deletions
12
INSTALL
12
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
|
||||
----------------------------
|
||||
|
|
Loading…
Reference in a new issue