COMPILING
---------

1. Untar the dpsftp-x.xx.tar.gz
   $ tar zxf dpsftp-x.xx.tar.gz
   This will create a subdirectory, dpsftp-x.xx/

2. cd dpsftp-x.xx/

3. Building DPS-FTP
   $ ./configure
   This will create the Makefiles and configuration header files required to
   build DPS-FTP.  For configuration options, run './configure --help'.

4. Run 'make' to compile everything.

INSTALLING
----------

1. As root, type 'make install'

That's it!
