summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorJaroslav Kysela <perex@perex.cz>2001-11-26 18:35:01 +0000
committerJaroslav Kysela <perex@perex.cz>2001-11-26 18:35:01 +0000
commit0067b89050efedb5d653499122b71c8d338a0903 (patch)
tree8437bf7218d0cc06c967516d371deb0e42d92e4c /INSTALL
parentd18a6453b2d85e59b32292d42c32d1bd5380aaad (diff)
downloadalsa-utils-0067b89050efedb5d653499122b71c8d338a0903.tar.gz
A bit updated
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL19
1 files changed, 19 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
index ddb9639..2dbc453 100644
--- a/INSTALL
+++ b/INSTALL
@@ -15,3 +15,22 @@ 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).
+
+Compilation from CVS sources
+----------------------------
+
+You need also GNU packages automake and libtool installed in your system
+to compile CVS sources of alsa-lib package.
+
+For compilation you can use these commands:
+
+ aclocal
+ automake --foreign --copy --add-missing
+ autoconf
+ ./configure
+ make
+
+The included cvscompile script does this job for you.
+
+Note: Some automake packages have missing aclocal program. Use newer version
+ in the case.