root / JX / trunk / tutorial / README

Revision 3, 0.9 kB (checked in by daboo, 2 years ago)

Full commit of JX-2.5.0 code

Line 
1
2To build these examples, run makemake and then run make.  makemake can be
3found in the programs/makemake directory of the JX distribution.
4
5To run the programs, make sure that the jx and jcore libraries are on your
6LD_LIBRARY_PATH.  These libraries will either be installed in standard
7system directories or will be found in the "jlib/lib" directory of the JX
8distribution.  For instructions on setting environment variables (i.e.
9LD_LIBRARY_PATH), please refer to the JX FAQ on the web.
10(http://www.newplanetsoftware.com/jx/faq.html)
11
12When studying the source code, you will probably find it useful to refer to
13the documentation provided with the JX distribution for further information
14about the theory of operation.  The details of particular functions are
15documented in the JX source code itself.
16
17Once you understand all these tutorials, you are ready to dive into
18libjx/test, which contains more complex examples of all the features
19provided by JX.
Note: See TracBrowser for help on using the browser.