home *** CD-ROM | disk | FTP | other *** search
/ Dream 52 / Amiga_Dream_52.iso / Linux / Divers / remind-03.00.19.tgz / remind-03.00.19.tar / remind-03.00.19 / README < prev    next >
Text File  |  1998-01-18  |  1KB  |  34 lines

  1.                 REMIND
  2.  
  3. Remind is a full-featured calendar/alarm program.  Copying policy is
  4. in the file "COPYRIGHT" in this directory.
  5.  
  6. Installation notes for various operating systems are in "docs".  See
  7. the appropriate README file for installation on your system.
  8.  
  9. Manual pages are in "man".
  10.  
  11. -----------------------------------------------------------------------------
  12.  
  13. Quick UNIX installation instructions for the very impatient:
  14.  
  15. If you have Tcl/Tk (wish 4.1 or higher) installed and are running X Windows:
  16. --------------------------------------------------------------
  17.  
  18. 1) Type: wish ./build.tk from this directory.  Fill in the various
  19.    options and hit "Build Remind"
  20.  
  21. 2) Type: "make install" -- you may need to be root to do this.
  22.  
  23. If you do NOT have Tcl/Tk or are NOT running X Windows:
  24. -------------------------------------------------------
  25.  
  26. 1) Edit the file "src/custom.h" according to your preferences.
  27.  
  28. 2) Edit the file "src/lang.h" to choose a language.
  29.  
  30. 3) Type: "make"
  31.  
  32. 4) Type: "make install" -- you may need to be root to do this.
  33.  
  34. $Id: README,v 1.4 1998/01/19 03:24:03 dfs Exp $