1Installing biorythm
2===================
3
4If you don't have gcc, you'll have to edit the Makefile.  If your
5compiler is not ANSI, you'll have to change all files.
6
7  1. Make sure you have the libraries shhopt, shhmsg, xalloc and
8     shhcards by the same author.  If not, you may find them at
9
10	http://shh.thathost.com/pub-unix/
11
12  2. Edit the Makefile.  You will at least need to describe where the
13     above mentioned libraries can be found.
14
15  3. Build the program
16
17	make dep
18	make
19
20  4. Install program and man-file
21
22	make install
23
24By default, the program will be installed in /usr/local/games and the
25man-file in /usr/local/man/man6.
26