
Installation

	tar xzf DQS-3.2.7.tgz
	cd DQS-3.2.7
	make config
	make
	make installall

optionally "installall" can be broken down into the 
following steps if so desired

	make dirs        /* sets up directory structures
	make installconf /* installs conf files */
	make installbin  /* installs binaries */

Note: if make config is run as non-root, DQS assumes
you want to test as non-root and sets up the configs
accordingly.  once testing is done do a "make clean"
and manually remove the conf and binary directories.

then and repeat the following steps as root:

        make config
        make
        make installall

If you want to use a compiler other than "cc":
ex: gcc

        make CC=gcc config
        make CC=gcc
        make CC=gcc installall

=================================================
For future reference DQS releases will be based on
a 3 digit numbering system - major.minor.patch

"odd" numbered patch releases have seen minor(if any 
testing) and reflect patches forwarded by users and
should be considered a "stopgap" replacement for the 
ftp materials previously available.(eg: use at your
own risk...)

"even" numbered patch releases have seen more extensive
testing but aren't gauranteed.(eg: use at your own 
risk...)

For information concerning DQS installation, please see
DQS/DOC/user_guide/InstMaint.*.

For a listing of changes from previous versions please 
see DQS/ChangeLog.

For a list of known/requested patches/features, please
see DQS/ToDo.(Please feel free to make suggestions.

As usual, bugs should be sent to dqs@scri.fsu.edu
(see DQS/DOC/user_guide/InstMaint.* for info on
other DQS related mailing lists.)

btw: due to university policy, we have to ask that all patch
or contributed SW become the property of FSU(though we really
do appreciate the contributions and acknowledge the authors
of such.)
