To build and install the program, simply type 

    make

and then

    make install


This will install the program dds7pc in /usr/local/bin.  If you would prefer a
different installation directory, edit the Makefile and change the definition
of the INSTALLDIR variable.

Note that the program must be owned by root, and the setuid bit set in the
file's permissions.  This is done by the Makefile installation process.

To run the program, the directory specified by INSTALLDIR should be in your
path.
