diff options
author | Daiki Ueno <ueno@gnu.org> | 2015-12-10 04:37:55 +0900 |
---|---|---|
committer | Daiki Ueno <ueno@gnu.org> | 2015-12-10 04:37:55 +0900 |
commit | 618752075eed27741c2b00d38351ddab6eb29148 (patch) | |
tree | ae78c0a9360cbfc1691d023b59c975fa75b8d465 | |
parent | 898e184a596c43abf1067089a03df3e79b4e4527 (diff) | |
download | external_gettext-618752075eed27741c2b00d38351ddab6eb29148.zip external_gettext-618752075eed27741c2b00d38351ddab6eb29148.tar.gz external_gettext-618752075eed27741c2b00d38351ddab6eb29148.tar.bz2 |
build: Update DEPENDENCIES
* DEPENDENCIES: Remove duplicate entry for libxml2.
-rw-r--r-- | DEPENDENCIES | 24 |
1 files changed, 8 insertions, 16 deletions
diff --git a/DEPENDENCIES b/DEPENDENCIES index 4a26690..50e5a1a 100644 --- a/DEPENDENCIES +++ b/DEPENDENCIES @@ -28,15 +28,19 @@ The following packages should be installed before GNU gettext is installed + If it is installed in a nonstandard directory, pass the option --with-ncurses-prefix=DIR or --with-libtermcap-prefix to 'configure'. -* libxml +* libxml2 + Recommended. - Needed for 'xgettext' and 'msgfmt', so that it can parse XML files. + Needed for 'xgettext' and 'msgfmt', so that it can parse XML + files. Also needed for the --color option of the various + programs. + If not present, a subset of libxml2 (included in this package) will be + compiled into libgettextlib. + Homepage: http://xmlsoft.org/ + Download: - ftp://xmlsoft.org/ + ftp://xmlsoft.org/libxml2/ + If it is installed in a nonstandard directory, pass the option - --with-libxml2-prefix to 'configure'. + --with-libxml2-prefix=DIR to 'configure'. * A Java runtime and compiler (e.g. GNU gcj or kaffe). + Recommended. @@ -105,18 +109,6 @@ The following packages should be installed before GNU gettext is installed + Download: http://tukaani.org/xz/ -* libxml2 - + Optional. - Needed for the --color option of the various programs. - If not present, a subset of libxml2 (included in this package) will be - compiled into libgettextlib. - + Homepage: - http://xmlsoft.org/ - + Download: - ftp://xmlsoft.org/libxml2/ - + If it is installed in a nonstandard directory, pass the option - --with-libxml2-prefix=DIR to 'configure'. - * GNOME glib2 + Optional. Needed for the --color option of the various programs. |