Installing banner
=================

If you don't have gcc, you'll have to edit the Makefile. If your
compiler is not ANSI, you'll have to change all files.

  1. Make sure you have the libraries shhmsg and shhopt by the same
     author. If not, you may find them at sunsite.unc.edu under the
     Linux-tree.

  2. Check the Makefile

  3. Build the program

	make dep
	make

  4. Install program and man-file

	make install

By default, the program will be installed in /usr/local/bin, and the
man-file in /usr/local/man/man1.
