This is the readme for GWindows version .8 (Public Beta)
by L. Ross Raszewski

This release of GWindows is structured thus:

include/                Inform code for GWindows and the GWindows widget set
doc/                    GWindows documentation in HTML format; GWindows.htm
                        is divided into chapters
examples/               Example code using GWindows
demo/                   Balances, by Graham Nelson, using the GWindows
                        interface described in the manual
gsound/                 GSound: The GWindows Sound System .1b and sndtest, an
                        example sound program.
grex/                   GREX: A Graphics Toolkit for GWindows and gpaint,
                        an example program
The demo game and examples also include makefiles. You will have to tailor
some of the constants for your system:

LIBPATH         Path to the inform standard library
GWINPATH        Path to GWindows include files
WGL             Your Glulx interpreter
BLC             BLC blorb packager
BRES            BRES blorb resource manager
INFORM          command to invoke Glulx-inform

Each makefile provides the following generic targets:

*.ulx           create a Glulx file from its source
*.run           create a Glulx file and run it using the default interpreter
*.blb           create a Blorb file
*.brun          create a Blorb file and run it using the default interpreter

For examples using blorb and the demo, the IBlorb tools (by the author) are
required.

GWindows requires a Glulx-inform compiler, and John Catre's infglk.h
The utility.h library, also by the author, is included in this distribution

