INSTALL for CDTOOL 2.1:

This file is TBD!!!!

(1) Extract the tarball:
	gunzip -cd cdtool-2.1.tar.gz | tar xvf -
    or, with GNU tar:
	tar xvzf cdtool-2.1.tar.gz
    
(2) Edit the config.h and make any changes.

(3) If making for a SCSI CDROM:
	make scsi
	make install
    If making for a non-scsi CDROM:
	make all
	make install
    
For testing, type "make debug" or "make debugscsi".

Hopefully, someone will make an RPM of this!

-- Wade, 12/23/1997