From: Jaroslav Kysela Date: Mon, 18 Jan 1999 22:14:03 +0000 (+0000) Subject: Initial version.. X-Git-Tag: v1.0.3~508 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=cf069e337e1ca042047f60685b9b06382e98fb7f;p=alsa-utils.git Initial version.. --- 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).