
In /usr/lib/jx, you will find:

tutorial        Tutorial source demonstrating JX library
jcore_test      Sample source for using JCore classes
jx_test         Sample application demonstrating JX library
ACE_test        Sample source for using ACE library
make            Files included by JX Makefiles

The libraries are in /usr/lib, the headers are in /usr/include/jcore,
usr/include/jx, and /usr/include/ace, and the documentation and license
information is in usr/doc/JX-1.1.18.

The following binaries are also installed:

/usr/bin/makemake         Builds Makefile from Make.files and Make.header
/usr/bin/makecheck
/usr/bin/maketouch

/usr/X11R6/bin/fdesign    Graphical window layout editor
/usr/X11R6/bin/jfdesign
/usr/X11R6/bin/jxlayout

/usr/X11R6/bin/jcc        Graphical development environment
/usr/X11R6/bin/medic      Graphical interface to gdb (debugger)

If anything fails to run, then you may have incompatible library versions.
To fix this, download the source distribution and compile it.

There is also a known bug in egcs 1.0.3.  This is described at

    http://www.cco.caltech.edu/~jafl/jx/egcs_bug.html

To compile the tutorials or test suites, do the following:

    go to the appropriate directory
    makemake
    make

makemake builds a Makefile from Make.files and Make.header.
The associated README_makemake file contains full documentation.
The Makefiles will only work with GNU's version of make.

The JX Web site is located at:

    http://www.cco.caltech.edu/~jafl/jx/

Please remember to register your application signatures (for preferences
files, MDI, etc) by sending email to jx-registry@alice.wonderland.caltech.edu
This is a free service to keep JX programs from overwriting each other's
files.

John Lindal
jafl@alice.wonderland.caltech.edu

