Mercurial > pub > dyncall > bindings
view java/jdc/README.txt @ 39:b6114d9a9a98
- shdc: more sig chars for call conv mode selection
- readme cleanup
author | Tassilo Philipp |
---|---|
date | Mon, 13 Apr 2020 21:58:48 +0200 |
parents | 40a2c4198016 |
children |
line wrap: on
line source
BUILD ===== 1) make sure dyncall is built and libraries/headers are in include paths or CFLAGS points to them, etc. 2) Build with: make RUNNING EXAMPLES ================ For example, having build jdc, build and run UnixMathExample from this folder: javac -d . examples/UnixMathExample.java java -Djava.library.path=. UnixMathExample