1Edit the Makefile to change MANDIR, BINDIR, CC, CFLAGS and CPPFLAGS to
2match the requirements of your system.
3
4You will need the ICU libraries, which provide Unicode support.
5
6The code should be ANSI-clean, but it does require strdup() and
7getopt_long() (a GNU extension).
8
9To build:
10
11  make
12
13To build and install:
14
15  make install
16