| File | Date | Author | Commit |
|---|---|---|---|
| examples | 2018-04-08 |
|
[543ac5] remove old .cvsignore files |
| src | 2018-04-08 |
|
[543ac5] remove old .cvsignore files |
| COPYING | 2007-01-30 |
|
[b25e0f] skeleton Makefile for future release, update de... |
| Makefile.opt | 2018-04-08 |
|
[52b105] remove $Id$ 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