From: Jaroslav Kysela Date: Mon, 26 Nov 2001 18:35:01 +0000 (+0000) Subject: A bit updated X-Git-Tag: v1.0.3~168 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=0067b89050efedb5d653499122b71c8d338a0903;p=alsa-utils.git A bit updated --- 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.