mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-10 05:29:30 -06:00
11 lines
463 B
Plaintext
11 lines
463 B
Plaintext
Before compiling the Java binding you first need to have the C runtime
|
|
compiled and installed. You also need to find where your jni.h header
|
|
is installed. It is part of the Java JDK, but it might be placed
|
|
in different places on different platforms. The path to the jni.h
|
|
header should be assigned to the JNI_PATH variable in the beginning
|
|
of the Makefile that you will find in the root directory of
|
|
the binding. Once this is done type:
|
|
|
|
$ make
|
|
$ make install
|