Initial version..

This commit is contained in:
Jaroslav Kysela 1999-01-18 22:14:03 +00:00
parent 084dc84d14
commit cf069e337e

17
INSTALL Normal file
View file

@ -0,0 +1,17 @@
ALSA utils installation
=======================
Installation
------------
For installation you can use these commands:
./configure
make install
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).