view java/jdc/README.txt @ 46:c21d1c2c84e1

- removed pydc.py wrapper overhead (which only called pydcext.so functions, directly, anyways) * implies renaming pydcext.* to pydc.* * while at it, iterate directly over args that are passed in (before we did extract fptr, sig and a tuple for the args and iterated over latter afterwards); we might have a tiny perf improvement now - added type stub as package_data
author Tassilo Philipp
date Fri, 13 Nov 2020 14:10:31 +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