summaryrefslogtreecommitdiff
path: root/DEPENDENCIES
blob: 166db6ffe9e5524c178babcb4b59e6f05bb570aa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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'.