
- Please read the whole files of the "doc" directory.

- If you're not familiar with compiling GNU tools, have a look at the
INSTALL files. Basic compilation instructions :

                                 ./configure --help | more
				 
				 ./configure
				 make
				 make install

- On Alpha running OSF1 v4.0, there is a vendor problem : a conflict between
/usr/include/unistd.h and /usr/include/netdb.h exists with the gethostid()
function. #undef _OSF_SOURCE in include/socket.h if you encounters this
kind of problem.
