1Installing sol
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. Make sure you have the xpm-library.  X11 is nothing without
13     this. :-)
14
15	ftp://koala.inria.fr/pub/xpm/
16
17  3. Edit the Makefile.  You will at least need to describe where the
18     above mentioned libraries and X11 can be found.  If your game
19     program group and owner is not `games', you must enter the
20     appropriate names.
21
22  4. Build the program
23
24	make dep
25	make
26
27  5. Install program, highscore file and man-file
28
29	make install
30
31By default, the program will be installed in /usr/local/games, the
32man-file in /usr/local/man/man6, and the highscore file will go into
33/var/local/lib/games.
34
35NOTE: The program will be installed with the SUID-bit set, to allow
36editing the highscore file.  The program will refuse to run if owned
37by root, for security reasons.
38