diff options
Diffstat (limited to 'DEPENDENCIES')
-rw-r--r-- | DEPENDENCIES | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/DEPENDENCIES b/DEPENDENCIES new file mode 100644 index 00000000..166db6ff --- /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'. |