Mercurial > pub > dyncall > bindings
view java/jdc/README.txt @ 44:0f86a5ecfe61
- python: allow None to be passed for 'p'ointers, always passing NULL
author | Tassilo Philipp |
---|---|
date | Tue, 27 Oct 2020 18:44:18 +0100 |
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