home *** CD-ROM | disk | FTP | other *** search
/ Il CD di internet / CD.iso / SOURCE / TCL / BLT / _BLT.TAR / usr / lib / blt / applications / kosherdill / README < prev   
Encoding:
Text File  |  1994-01-04  |  1.5 KB  |  72 lines

  1.  
  2.                  Kosher Dill
  3.      ( KOmprehensive Storage HandlER / Disk ILLustrator )
  4.  
  5.     ---------------------------------------------------------------
  6.            Copyright (c) 1993  AT&T Bell Laboratories
  7.          Michael J. McLennan (michael.mclennan@att.com)
  8.     ---------------------------------------------------------------
  9.  
  10.     Kosher Dill is a simple utility for managing disk usage.  It
  11.     provides a graphical representation of the system "du" command,
  12.     along with drag&drop facilities for exploring, compressing
  13.     and removing files.
  14.  
  15. ---------
  16.  
  17. This is version 1.1 of Kosherdill.  
  18.  
  19. It requires a version of wish with the BLT-1.1 extensions.  
  20.  
  21. How to make and test Kosherdill:
  22.  
  23. The following describes how to make and install the Kosherdill
  24. program and libraries.
  25.  
  26. 1. Run ./configure
  27.  
  28.    Run the auto-configuration script "./configure"
  29.  
  30.     ./configure 
  31.  
  32.    You will be queried for three things:
  33.  
  34.       1. a place to install the kosherdill library files.
  35.  
  36.       2. a place to install the kosherdill shell script.
  37.  
  38.       3. a version of wish with BLT.
  39.  
  40.    You can always edit the Makefile by hand if something isn't right.
  41.  
  42.  
  43. 3. Create the executable shell file "kosherdill".
  44.  
  45.     make 
  46.  
  47.    You can now test the program.
  48.  
  49.     ./kosherdill
  50.  
  51. 5. Installing Kosherdill
  52.  
  53.    Kosherdill needs to install two items:
  54.  
  55.      1. the Kosherdill scripts and Help directories
  56.  
  57.      2. the Kosherdill executable shell script "kosherdill"
  58.  
  59.    To install, 
  60.  
  61.     make install
  62.  
  63.  
  64. 6. Send bugs reports, correspondence, etc. to
  65.  
  66.     george.howlett@att.com, michael.mclennan@att.com
  67.  
  68.  
  69.  
  70.  
  71.  
  72.