
This is the binary distribution of XForms, a graphical user interface
toolkit for X Window Systems. It should work under X11 R4, R5 & R6.


All changes should be made to mkconfig.h and they will propagate
to other makefiles.


DEMOS/  contains a menu driven demo/test suite. Type make to generate
        all the executables. program DEMOS/demo is the master driver.
        (only if "current directory" . is on your path).

        If you do not have XPM library, remove -lXpm from mkconfig.h.
        This will enable the compilation of other demos not using
        pixmaps.

FORMS/  contains the library and necessary headers, which can be
        installed by typing make install.

        gl.c and mesa.c are sample implementations of specialized
        canvases.

DESIGN/ contains a GUI builder that helps you design interaction
        dialogs interactively and write the form generation C code.

Documentation on XForms is available from bloch.phys.uwm.edu /pub/xforms
via anonymous ftp.

All make flags is in mkconfig.h, change this if necessary.

The entire XForms distribution is also accessible via
http://bragg.phys.uwm.edu/xforms OR http://bloch.phys.uwm.edu/xforms 

There is also a mailing list for XForms. Send an empty message
to  xforms-request@cs.ruu.nl with the following header
  subscribe (your_name) Your_EmailAddress

To use the mailing list, send your message to
  xforms@cs.ruu.nl


Important changes since last release are listed in file changes in this 
directory.

