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