This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
yap-6.3/packages/jpl/src/c
Vitor Santos Costa 4b3aedccb5 misc
2018-07-15 13:44:55 +01:00
..
build.bat stop using submodule 2015-10-13 08:17:51 +01:00
CMakeLists.txt fix Malloc over/underflow 2018-06-18 10:25:17 +01:00
hacks.c facilitate peek processing when using system locale. 2016-02-20 21:50:06 +00:00
hacks.h Linux 2016-02-03 02:48:18 +00:00
jpl.c misc 2018-07-15 13:44:55 +01:00
jpl.h stop using submodule 2015-10-13 08:17:51 +01:00
README stop using submodule 2015-10-13 08:17:51 +01:00

To recompile jpl.c to jpl.dll (for Windows),
ensure that JAVA_HOME and PL_HOME are appropriately set in your environment,
then run

	.\build.bat

To recompile jpl.c to libjpl.so (for Linux),
ensure that JAVA_HOME and PL_HOME are appropriately set in your environment,
then run

	./build.sh

----
Paul Singleton (paul.singleton@bcs.org.uk)
March 2004