aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2011-10-19 14:20:19 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2011-10-19 14:20:19 +0200
commit9354fc73d9c5aee88bf9e5672d8850c2da25a66e (patch)
tree03e0225e8b1c690e6837bdca0890ca8bd7314691
parent37cad6c86aca85b1cf571d244047c0f311d69643 (diff)
Mention autotools as prerequisite in INSTALL-GIT
-rw-r--r--INSTALL-GIT7
1 files changed, 6 insertions, 1 deletions
diff --git a/INSTALL-GIT b/INSTALL-GIT
index fc6d7fe..f917af5 100644
--- a/INSTALL-GIT
+++ b/INSTALL-GIT
@@ -22,7 +22,6 @@ following additional packages:
- GNU bash >= 2.0.0 http://www.gnu.org/software/bash/
- GNU make >= 3.81 http://www.gnu.org/software/make/
- build >= latest http://www.codesynthesis.com/projects/build/
- - cli >= latest http://www.codesynthesis.com/projects/cli/
If you are planning to create the source code distributions, then you will
also need the following packages:
@@ -31,6 +30,12 @@ also need the following packages:
- GNU sed >= 4.0.0 http://www.gnu.org/software/sed/
- tofrodos >= 1.7.0 http://www.thefreecountry.com/tofrodos/
+As we as the GNU autotools:
+
+ - GNU libtool >= 2.2.6b http://www.gnu.org/software/libtool/
+ - GNU autoconf >= 2.67 http://www.gnu.org/software/autoconf/
+ - GNU automake >= 1.11.1 http://www.gnu.org/software/automake/
+
Any reasonably up to date GNU/Linux installation would normally have all of
the above packages already present, except for build and maybe tofrodos.