From d6abaec9613e765b8b9de23a03b1585b07fd9400 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sun, 15 Mar 2009 01:31:33 +0100 Subject: List of dependencies. --- ChangeLog | 1 + DEPENDENCIES | 17 +++++++++++++++++ 2 files changed, 18 insertions(+) create mode 100644 DEPENDENCIES diff --git a/ChangeLog b/ChangeLog index 1f21a80..a1e5054 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,4 +2,5 @@ * README: New file. * AUTHORS: New file. + * DEPENDENCIES: New file. diff --git a/DEPENDENCIES b/DEPENDENCIES new file mode 100644 index 0000000..166db6f --- /dev/null +++ b/DEPENDENCIES @@ -0,0 +1,17 @@ +The following packages should be installed before GNU libunistring is +installed: + +* GNU libiconv + + Not needed on systems with + - glibc 2.2 or newer, or + - MacOS X 10.3 or newer, or + - NetBSD 3.0 or newer. + But highly recommended on all other systems. + Needed for character set conversion of strings from/to Unicode. + + Homepage: + http://www.gnu.org/software/libiconv/ + + Download: + http://ftp.gnu.org/gnu/libiconv/ + ftp://ftp.gnu.org/gnu/libiconv/ + + If it is installed in a nonstandard directory, pass the option + --with-libiconv-prefix=DIR to 'configure'. -- cgit v1.2.1