			==============================		Updated:
			XGGI Installation Instructions		981029
			==============================

Binary
======

To install the precompiled binary, simply copy it to an apropriate directory
in your path.


Source
======

To compile XGGI yourself you need the XFree86 sources. XGGI 1.5.0 was 
developed for XFree86 3.3.2 with bugfix patches 1-3. It may or may not
build with other versions of XFree86.

First you need to copy the ggi directory into it's place in the XFree
source tree: xc/programs/Xserver/hw/ggi, this is done with
cp -r ggi path/to/xc/programs/Xserver/hw/

Then you need to apply the patch in XFree3.3.2.diff to the XFree sources.
This is done with:
patch -p1 < path/to/xggi-1.5.0/XFree3.3.2.diff
from the xc directory.

Now you should be able to simply 'make World' to build XGGI.
After the building process is done you can find the XGGI binary in
xc/programs/Xserver/


IMPORTANT
=========

Be sure to read at least the keyboard section in the README before attempting
to run XGGI!


//Marcus Sundberg 	[marcus@ggi-project.org]
