1
2To build and install this program on Unix-like systems:
3
4    1.  cd to the directory in which you unpacked this distribution.
5
6    2.  Configure the program for your system by running:
7            ./configure
8        This will create a Makefile and config.h appropriate for
9        your system.
10
11    3.  Build the program with:
12            make
13
14    4.  Test the results with:
15            make check
16
17    5.  To preview where the program will be installed, use:
18            make -n install
19        To install the executable and manual page in the
20        destinations shown by the above command:
21            make install
22        Depending on permissions of the destination directories,
23        you may need to be super-user to perform the installation.
24