summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2009-03-15 01:31:33 +0100
committerBruno Haible <bruno@clisp.org>2009-03-15 01:33:15 +0100
commitd6abaec9613e765b8b9de23a03b1585b07fd9400 (patch)
treee74984b6b06c07174e667b45d26f5031cc25caac
parent87463f77cd15fbc05fbe32c1263236dd666070bb (diff)
downloadlibunistring-d6abaec9613e765b8b9de23a03b1585b07fd9400.tar.gz
List of dependencies.
-rw-r--r--ChangeLog1
-rw-r--r--DEPENDENCIES17
2 files changed, 18 insertions, 0 deletions
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'.