mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-31 22:25:35 -04:00
A bit updated
This commit is contained in:
parent
1566f1b5b8
commit
4efc53523a
1 changed files with 5 additions and 1 deletions
6
INSTALL
6
INSTALL
|
|
@ -27,12 +27,16 @@ to compile CVS sources of alsa-lib package.
|
||||||
|
|
||||||
For compilation you can use these commands:
|
For compilation you can use these commands:
|
||||||
|
|
||||||
|
libtoolize --force --copy --automake
|
||||||
aclocal
|
aclocal
|
||||||
automake --foreign
|
autoheader
|
||||||
|
automake --foreign --copy --add-missing
|
||||||
autoconf
|
autoconf
|
||||||
./configure
|
./configure
|
||||||
make
|
make
|
||||||
|
|
||||||
|
The included cvscompile script does this job for you.
|
||||||
|
|
||||||
Note: Some automake packages have missing aclocal program. Use newer version
|
Note: Some automake packages have missing aclocal program. Use newer version
|
||||||
in the case.
|
in the case.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue