summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorHenrik Austad <henrik@austad.us>2016-06-21 14:19:26 +0200
committerTakashi Iwai <tiwai@suse.de>2016-06-21 14:29:29 +0200
commite63ec948901125f26c625b0977173da0ed9b4da2 (patch)
tree6b8f2d6c542c00f8385bc40ff655517af79fa1df /INSTALL
parent5ba71a7b8144dc29c29ea36d5d2d221ebf8848da (diff)
downloadalsa-lib-e63ec948901125f26c625b0977173da0ed9b4da2.tar.gz
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 d7534b2ceec7 (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>
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL15
1 files changed, 10 insertions, 5 deletions
diff --git a/INSTALL b/INSTALL
index 47086e3c..64f3d094 100644
--- a/INSTALL
+++ b/INSTALL
@@ -11,13 +11,19 @@ For installation you can use these commands:
make install
-Compilation from HG sources
+Compilation from Git-sources
---------------------------
-You need also GNU packages automake and libtool installed in your system
-to compile HG (Mercurial) sources of alsa-lib package.
+Requirements:
+ * 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
aclocal
@@ -27,7 +33,6 @@ For compilation you can use these commands:
./configure
make
-The included hgcompile script does this job for you.
Note: Some automake packages have missing aclocal program. Use newer version
in the case.