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
Vítor Santos Costa 1a6e97655b - 0 char (from P Moura);
- stack shifting
- uninitialized pointers in jpl
2019-05-21 20:37:16 +01:00
..
CMakeLists.txt copy_term 2019-01-22 19:32:19 +00:00
README stop using submodule 2015-10-13 08:17:51 +01:00
build.bat stop using submodule 2015-10-13 08:17:51 +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 - 0 char (from P Moura); 2019-05-21 20:37:16 +01:00
jpl.h stop using submodule 2015-10-13 08:17:51 +01:00

README

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