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

tutorialjx        Tutorial source demonstrating JX library
testjcore         Sample source for using JCore classes
testjx            Sample application demonstrating JX library
sample_source     Sample source demonstrating how to extend certain JX classes

The libraries are in /usr/lib, the headers are in /usr/include/jcore and
/usr/include/jx, and the documentation is in /usr/doc/JX-1.1.0

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

To compile the tutorials, testjcore, or testjx, 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/

John Lindal
jafl@alice.wonderland.caltech.edu

