diff options
author | Bruno Haible <bruno@clisp.org> | 2010-06-04 12:50:01 +0200 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2010-06-04 12:50:01 +0200 |
commit | 7dc2a3d70481f3cfb269150b279485f5306a4ee1 (patch) | |
tree | 28ab93aff3d4afa575ec49659d6be242a747a3b8 /DEPENDENCIES | |
parent | 9e7643112feeb1535f45cfb2eedf70b768be37cf (diff) | |
download | external_gettext-7dc2a3d70481f3cfb269150b279485f5306a4ee1.zip external_gettext-7dc2a3d70481f3cfb269150b279485f5306a4ee1.tar.gz external_gettext-7dc2a3d70481f3cfb269150b279485f5306a4ee1.tar.bz2 |
Mention more dependencies.
Diffstat (limited to 'DEPENDENCIES')
-rw-r--r-- | DEPENDENCIES | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/DEPENDENCIES b/DEPENDENCIES index 4890ebe..30e29b2 100644 --- a/DEPENDENCIES +++ b/DEPENDENCIES @@ -191,3 +191,24 @@ dependencies): + Download: http://ftp.gnu.org/gnu/grep/ ftp://ftp.gnu.org/gnu/grep/ + +* The archiving utility 'tar'. + + Optional. + Needed for the 'autopoint' program, if not configured with --without-git + and --without-cvs. + Either the platform's native tar, or GNU tar. + + Homepage: + http://www.gnu.org/software/tar/ + + Download: + http://ftp.gnu.org/gnu/tar/ + ftp://ftp.gnu.org/gnu/tar/ + +* The GNU compression utility 'gzip'. + + Optional. + Needed for the 'autopoint' program, if not configured with --without-git + and --without-cvs. + + Homepage: + http://www.gnu.org/software/gzip/ + + Download: + http://ftp.gnu.org/gnu/gzip/ + ftp://ftp.gnu.org/gnu/gzip/ |