			==============================		Updated:
			XGGI Installation Instructions		990119
			==============================

Binary
======

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


Source (fullscr)
================

If you have the "fullsrc" release of XGGI you can just cd into the xc
directory and type 'make World'. If everything goes well you will find
an XGGI binary in xc/programs/Xserver/


Source
======

To compile XGGI yourself you need the XFree86 sources. XGGI 1.5.2 has been
tested with XFree versions 3.3.2, 3.3.3 and 3.3.3.1. 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.diff to the XFree sources.
This is done with:
patch -p1 < path/to/xggi-1.5.2/XFree3.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]
