Installation of this program has several prerequisites:

*  The X Window system.  XFree86 is the tested platform, but it
   should work on others too.

*  Mesa,  OpenGL or any other clone of OpenGL.  Mesa is 
   available from http://www.mesa3d.org 
   You can find further information about OpenGL at http://www.opengl.org
 
*  A widget set.  Supported widget sets are gtk+2.0 or the Athena (Xt) widget 
   set.  If you choose the former, you will also need the GTK Mesa/OpenGL extension 
   library ( http://gtkglext.sourceforge.net ).


When installing the packages, make sure that the header files are in
standard directories, that the compiler can find.  Usually, this will
be something like:

 /usr/include
 /usr/local/include
 /usr/linux/include
 /usr/lib/gcc-lib/linux/2.7.2/include


To install the program, do the following steps.

1)	Run the configure script, by typing the command `./configure'
	Note any 'no' results that arise, from this.  It might just
	have a bearing on any later problems.

2)	Type `make'.

3)	Check that it works `./src/gnubik'.

4)	Check that the documentation files compiled correctly.  Type 
	`info -f ./doc/gnubik.info'  and then `man ./doc/gnubik.6'.

5)	If you like it,  type `make install' .  This last one,
	will probably need to be done as root.



Note:  By default, the program will build with the GTK widget set.  If 
you want athena widgets instead, then you should change step 1 for 
the following command:

	./configure --with-widget-set=athena
