home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / unix / volume13 / labels / INSTALL < prev    next >
Encoding:
Text File  |  1988-01-31  |  891 b   |  41 lines

  1. Installation Procedure:
  2.  
  3. After extracting files from the shell archive, modify the following
  4. variables in Makefile:
  5.  
  6.     DESTDIR        Destination directory, where the program
  7.             will be installed.
  8.  
  9.     FRMDIR        Directory (doesn't have to exist) where
  10.             pre-defined forms will reside.
  11.  
  12.     LNAME        Name of the program.
  13.  
  14.     CFLAGS        Define System where this program will
  15.             run under.
  16.  
  17.  
  18. If you want to set a default form, you must edit the beginning
  19. section of main.c.
  20.  
  21. To compile LABELS, type:
  22.  
  23. %make
  24.  
  25. and press carriage return.  To install LABELS, type
  26.  
  27. %make install
  28.  
  29. and press carriage return, and the program and preset forms
  30. will be installed in the proper directories.  To install
  31. the man page, you can simply copy the file 'labels.1' to
  32. your man directory (e.g. /usr/man/man1).
  33.  
  34.  
  35. To re-package labels, type
  36.  
  37. %make shar
  38.  
  39. and press return.  The archived file 'labels.shar' will be the
  40. new shell archive.
  41.