INSTALLATION:

	1. Get and install gtk+-1.2.0 (or better)
	2. unpack the tar file into "$HOME/Eiffel" directory
	3. If you are using SmallEiffel then go to
		  $HOME/Eiffel/eGTK/C/se and type "make.
	   If you are using ISE Eiffelt then go to
			  $HOME/Eiffel/eGTK/C/ise and type "make.
	4. Now you can compile using the Ace.ace files (for ISE)
	   or Makefiles for SE in various subdirectories under	
	   "examples"

NOTES:

	1. You will need ISE Eiffel 4.3 compiler (see http://www.eiffel.com), 
	   which is not free or SmallEiffel -0.78b6.
	2. Gtk+ has been ported to Windows, however this code has
	   not been tested on Windows at all.


You will need to define an enviroment variable  EGTK that points
to the directory where the Eiffel sources are. On my system I have:

	EGTK=/home/nrichieb/Eiffel/gtk

To compile with SmallEiffel simply go to the gtk/examples directories
and type "make" to compile that example. For ISE each example directory
contains an Ace file. You also have to separately compile the C code 
in gtk/C/ise.

...richie

July 5th 1999

richieb@netlabs.net
