home *** CD-ROM | disk | FTP | other *** search
- Installation Procedure:
-
- After extracting files from the shell archive, modify the following
- variables in Makefile:
-
- DESTDIR Destination directory, where the program
- will be installed.
-
- FRMDIR Directory (doesn't have to exist) where
- pre-defined forms will reside.
-
- LNAME Name of the program.
-
- CFLAGS Define System where this program will
- run under.
-
-
- If you want to set a default form, you must edit the beginning
- section of main.c.
-
- To compile LABELS, type:
-
- %make
-
- and press carriage return. To install LABELS, type
-
- %make install
-
- and press carriage return, and the program and preset forms
- will be installed in the proper directories. To install
- the man page, you can simply copy the file 'labels.1' to
- your man directory (e.g. /usr/man/man1).
-
-
- To re-package labels, type
-
- %make shar
-
- and press return. The archived file 'labels.shar' will be the
- new shell archive.
-