DACT Installation Guide

If you have bash somewhere in your path:

$ ./configure
$ make
$ su
# make install

If you have bash somewhere else, replace the first line of the config
script with the proper path, and do:
$ ./config
$ make
$ su
# make install

If you do not have bash at all, then you're out of luck.
