From cf069e337e1ca042047f60685b9b06382e98fb7f Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Mon, 18 Jan 1999 22:14:03 +0000 Subject: [PATCH] Initial version.. --- INSTALL | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 INSTALL diff --git a/INSTALL b/INSTALL new file mode 100644 index 0000000..ddb9639 --- /dev/null +++ b/INSTALL @@ -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).