mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2026-03-03 01:40:08 -05:00
INSTALL: update text and drop reference to Hg
This is really just nitpick, but it annoyed me for a few seconds, so I thought
I'd just fix it.
In d7534b2cee (hgcompile -> gitcompile) the filename was updated but
INSTALL was not, leaving outdated docs.
Signed-off-by: Henrik Austad <henrik@austad.us>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
parent
5ba71a7b81
commit
e63ec94890
1 changed files with 10 additions and 5 deletions
15
INSTALL
15
INSTALL
|
|
@ -11,13 +11,19 @@ For installation you can use these commands:
|
||||||
make install
|
make install
|
||||||
|
|
||||||
|
|
||||||
Compilation from HG sources
|
Compilation from Git-sources
|
||||||
---------------------------
|
---------------------------
|
||||||
|
|
||||||
You need also GNU packages automake and libtool installed in your system
|
Requirements:
|
||||||
to compile HG (Mercurial) sources of alsa-lib package.
|
* automake
|
||||||
|
* libtool
|
||||||
|
|
||||||
For compilation you can use these commands:
|
To compile alsa-lib from source:
|
||||||
|
|
||||||
|
./gitcompile
|
||||||
|
|
||||||
|
If you do not want to use the supplied gitcompile-script, you can
|
||||||
|
compile alsa-lib manually by using these steps:
|
||||||
|
|
||||||
libtoolize --force --copy --automake
|
libtoolize --force --copy --automake
|
||||||
aclocal
|
aclocal
|
||||||
|
|
@ -27,7 +33,6 @@ For compilation you can use these commands:
|
||||||
./configure
|
./configure
|
||||||
make
|
make
|
||||||
|
|
||||||
The included hgcompile 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