File: INSTALL

package info (click to toggle)
an 1.2-7
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 188 kB
  • sloc: ansic: 624; makefile: 51; sh: 3
file content (15 lines) | stat: -rw-r--r-- 333 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Edit the Makefile to change MANDIR, BINDIR, CC, CFLAGS and CPPFLAGS to 
match the requirements of your system.

You will need the ICU libraries, which provide Unicode support.

The code should be ANSI-clean, but it does require strdup() and 
getopt_long() (a GNU extension).

To build:

  make

To build and install:

  make install