| File | Date | Author | Commit |
|---|---|---|---|
| examples | 2013-03-24 |
|
[447fcd] New FSF address |
| src | 2013-03-24 |
|
[447fcd] New FSF address |
| .cvsignore | 2007-03-28 |
|
[f14cab] Add some more dirs |
| COPYING | 2007-01-30 |
|
[b25e0f] skeleton Makefile for future release, update de... |
| Makefile.opt | 2007-02-01 |
|
[e60f8a] Dir/DirAll return type changed to Array of Strings |
| README | 2007-03-25 |
|
[bae4d5] Add a new build.xml file and write some short i... |
| build.xml | 2007-03-26 |
|
[361214] Change some ident.. |
The java-source requires jdk1.5.
JAVA_HOME should be set to correct path before building the source.
# export JAVA_HOME=/opt/jdk1.5
# export PATH=${JAVA_HOME}/bin:${PATH}
Building with make (and Makefile.opt)
# make -f Makefile.opt
Building with ant (and build.xml)
# ant
# ant run_example