]> git.alsa-project.org Git - alsa-utils.git/commitdiff
A bit updated
authorJaroslav Kysela <perex@perex.cz>
Mon, 26 Nov 2001 18:35:01 +0000 (18:35 +0000)
committerJaroslav Kysela <perex@perex.cz>
Mon, 26 Nov 2001 18:35:01 +0000 (18:35 +0000)
INSTALL

diff --git a/INSTALL b/INSTALL
index ddb963914a6dd699457358e863cc8d8c5f1c7767..2dbc4537e5d68caa43e5ea507c5af19b86df9dde 100644 (file)
--- 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.