]> git.alsa-project.org Git - alsa-utils.git/commitdiff
Initial version..
authorJaroslav Kysela <perex@perex.cz>
Mon, 18 Jan 1999 22:14:03 +0000 (22:14 +0000)
committerJaroslav Kysela <perex@perex.cz>
Mon, 18 Jan 1999 22:14:03 +0000 (22:14 +0000)
INSTALL [new file with mode: 0644]

diff --git a/INSTALL b/INSTALL
new file mode 100644 (file)
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).