Scavenger and this INSTALL file were written by David Ashley.

---  INSTALLATION:  ---------------------------------------------------------

Thanks to Adam Jenkins <ajenkins@cs.umass.edu> for making an
Imakefile for scavenger, it's easy. First, CD to the src directory,
then do xmkmf and then a make:
$ cd src
$ xmkmf
$ make

It shouldn't give you any errors.
Now, as root, do
$ make install

This should do everything. Now run scavenger
$ scavenger

The first time you run scavenger it wants to create a directory
$HOME/.scavenger and copy some files into it from the global library
file, and it should print out some statements telling what it's doing.

If you don't have root access, don't do the "make install" above (it won't
work most likely). Instead, create a directory $HOME/.scavenger and
copy all the data files into it.
$ mkdir ~/.scavenger
$ cp data/* ~/.scavenger

Put the scavenger executable somewhere in your path, and run it. You may
need to rehash.

If you want to modify any of the files and then recompile, I think you have
to do "make depend" to remake the executables.
$ make depend


---  How to run scavenger  --------------------------------------------------

Run by just typing "scavenger":

$ scavenger

The first time you run it, it may print some messages out as it
creates or copies over some necessary files.

--Dave Ashley
Wed Apr 23 05:44:42  1997
