summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorJaroslav Kysela <perex@perex.cz>1999-01-18 22:14:03 +0000
committerJaroslav Kysela <perex@perex.cz>1999-01-18 22:14:03 +0000
commitcf069e337e1ca042047f60685b9b06382e98fb7f (patch)
tree8b3dbfff9c758a9f64c63bbe768a4ea712d98f63 /INSTALL
parent084dc84d141ecccd4c0c5a4da002e309fba7e081 (diff)
downloadalsa-utils-cf069e337e1ca042047f60685b9b06382e98fb7f.tar.gz
Initial version..
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL17
1 files changed, 17 insertions, 0 deletions
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).