Add -lm dependency for gettextlib to fix LTO build
[platform/upstream/gettext.git] / DEPENDENCIES
index 30e29b2..50e5a1a 100644 (file)
@@ -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'.
 
-* expat 1.95 or newer
+* libxml2
   + Recommended.
-    Needed for 'xgettext', so that it can parse Glade 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://expat.sourceforge.net/
+    http://xmlsoft.org/
   + Download:
-    http://sourceforge.net/project/showfiles.php?group_id=10127
+    ftp://xmlsoft.org/libxml2/
   + If it is installed in a nonstandard directory, pass the option
-    --with-libexpat-prefix to 'configure'.
+    --with-libxml2-prefix=DIR to 'configure'.
 
 * A Java runtime and compiler (e.g. GNU gcj or kaffe).
   + Recommended.
@@ -70,17 +74,40 @@ The following packages should be installed before GNU gettext is installed
   + Download:
     http://www.kernel.org/pub/software/scm/git/
 
-* 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.
+* The archiving utility 'tar'.
+  + Recommended.
+    Needed for the 'autopoint' program.
+    Either the platform's native tar, or GNU tar.
   + Homepage:
-    http://xmlsoft.org/
+    http://www.gnu.org/software/tar/
   + Download:
-    ftp://xmlsoft.org/libxml2/
-  + If it is installed in a nonstandard directory, pass the option
-    --with-libxml2-prefix=DIR to 'configure'.
+    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/
 
 * GNOME glib2
   + Optional.
@@ -191,24 +218,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/