diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2011-10-21 20:11:19 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2011-10-21 20:11:19 +0200 |
commit | b7f16d7e0043560682dd5a2a0c3d336de87b9634 (patch) | |
tree | 6a0b41362c892c5845fdc3313637030a672b7f17 /INSTALL-GIT | |
parent | 2a876c02d6cbbb57c020862464f2d164b0af5ad8 (diff) |
Mention autotools as prerequisite in INSTALL-GIT
Diffstat (limited to 'INSTALL-GIT')
-rw-r--r-- | INSTALL-GIT | 7 |
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. |