1To install, type:
2
3	./configure
4	make
5	make install
6
7By default the programs are installed in /usr/local/bin. This can
8be changed like this example:
9
10	make install PREFIX=/usr
11
12to install into /usr/bin instead.
13
14
15Some operating systems may require changes to the generated Makefile.
16In particular the guessed CFLAGS and LIBS may be wrong.
17