home *** CD-ROM | disk | FTP | other *** search
/ Source Code 1992 March / Source_Code_CD-ROM_Walnut_Creek_March_1992.iso / usenet / altsrcs / 2 / 2756 / INSTALL next >
Encoding:
Text File  |  1991-02-14  |  708 b   |  29 lines

  1. Software Requirements
  2. ---------------------
  3.  
  4. - C compiler
  5.  
  6. - yacc (to build the date parser)
  7.  
  8. Installation
  9. ------------
  10.  
  11. 1) Unpack the package in an appropriate directory
  12.  
  13. 2) Edit the Makefile to specify the desired configuration items
  14.  
  15. 3) If you do not run sendmail, edit the file src/at.h and follow the
  16.    instructions there to specify the mailer you wish to use
  17.  
  18. 4) Issue the command 'make' to build the binaries
  19.  
  20. 5) Login as root
  21.  
  22. 6) Verify that the parent directory for the at queue directory exists.  If
  23.    not, create it.  (For example, if the queue directory is to be
  24.    /usr/spool/at, /usr/spool must exist.)
  25.  
  26. 7) type 'make install' to install the binaries and create the necessary
  27.    directories
  28.  
  29.