
			     Kosher Dill
	 ( KOmprehensive Storage HandlER / Disk ILLustrator )

    ---------------------------------------------------------------
	       Copyright (c) 1993  AT&T Bell Laboratories
	     Michael J. McLennan (michael.mclennan@att.com)
    ---------------------------------------------------------------

    Kosher Dill is a simple utility for managing disk usage.  It
    provides a graphical representation of the system "du" command,
    along with drag&drop facilities for exploring, compressing
    and removing files.

---------

This is version 1.0 of Kosherdill.  

It requires a version of wish which includes the BLT extensions.  
This release works with the BLT version 1.0 ONLY.


How to make and test Kosherdill:

The following describes how to make and install the Kosherdill
program and libraries.

1. Run ./configure

   Run the auto-configuration script "./configure"

	./configure 

   You will be queried for three things:

      1. where to install the kosherdill library files.

      2. where to install the kosherdill executible.

      3. where to find a version of wish with BLT.

   The configure script generates a new Makefile from the template 
   Makefile.in.

   You can always edit the Makefile by hand if something isn't right.


3. Create the executible shell file "kosherdill".

	make 

   You can now test the program.

	./kosherdill

5. Installing Kosherdill

   Kosherdill needs to install two items:

     1. the Kosherdill scripts and Help directories

     2. the Kosherdill executible shell script "kosherdill"

   To install

	make install


6. Send bugs reports, correspondence, etc. to

	george.howlett@att.com, michael.mclennan@att.com





