diff options
author | Bruno Haible <bruno@clisp.org> | 2010-06-07 02:44:45 +0200 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2010-08-30 22:58:23 +0200 |
commit | 84a360eeff3d7af217ef56603db1e5a86e3d68d7 (patch) | |
tree | a0337e0fceaa8788e6f68f0ecf6c7eed4d71a1a6 /DEPENDENCIES | |
parent | 99d1fc2e607d67e00175bc5b8020c8af5bbea7b2 (diff) | |
download | external_gettext-84a360eeff3d7af217ef56603db1e5a86e3d68d7.zip external_gettext-84a360eeff3d7af217ef56603db1e5a86e3d68d7.tar.gz external_gettext-84a360eeff3d7af217ef56603db1e5a86e3d68d7.tar.bz2 |
New options --with-xz and --with-bzip2 for compressing the archive.
Diffstat (limited to 'DEPENDENCIES')
-rw-r--r-- | DEPENDENCIES | 56 |
1 files changed, 35 insertions, 21 deletions
diff --git a/DEPENDENCIES b/DEPENDENCIES index 30e29b2..e11eb94 100644 --- a/DEPENDENCIES +++ b/DEPENDENCIES @@ -70,6 +70,41 @@ The following packages should be installed before GNU gettext is installed + Download: http://www.kernel.org/pub/software/scm/git/ +* The archiving utility 'tar'. + + Recommended. + Needed for the 'autopoint' program. + 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'. + + Recommended. + Needed for the 'autopoint' program. + + Homepage: + http://www.gnu.org/software/gzip/ + + Download: + http://ftp.gnu.org/gnu/gzip/ + ftp://ftp.gnu.org/gnu/gzip/ + +* The compression utility 'bzip2'. + + Recommended. + Needed for the 'autopoint' program, if not configured with --without-bzip2. + + Homepage: + http://www.bzip.org/ + + Download: + http://www.bzip.org/downloads.html + +* The compression utility 'xz'. + + Recommended. + Needed for the 'autopoint' program, if not configured with --without-xz. + + Homepage: + http://tukaani.org/xz/ + + Download: + http://tukaani.org/xz/ + * libxml2 + Optional. Needed for the --color option of the various programs. @@ -191,24 +226,3 @@ 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/ |