aboutsummaryrefslogtreecommitdiff
path: root/INSTALL-GIT
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
commit0cd9d3b8bbe0e243c37336b3b8ffb3d40e968034 (patch)
tree1ea151b77150b4fdeb9d75b08d5b7c91c35aa97a /INSTALL-GIT
parent5c69154cf32d8b2c7c760222adccdce6e66acfd9 (diff)
Mention autotools as prerequisite in INSTALL-GIT
Diffstat (limited to '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.