diff options
| author | odanoburu <bcclaro@gmail.com> | 2018-05-23 11:22:46 -0300 |
|---|---|---|
| committer | odanoburu <bcclaro@gmail.com> | 2018-05-23 11:22:46 -0300 |
| commit | c8b1cb715e48665f3550ae1ccb41a9e521f6557b (patch) | |
| tree | c9921a1064486db3478e42c37e3c453aa3042342 /src/runtime/java/INSTALL | |
| parent | 1c7e99cdca020ccb1e55b067961813a7752eba3b (diff) | |
| parent | 10df5a7269721ab0807ec7a0fe4b75cd1bb16d87 (diff) | |
Merge remote-tracking branch 'upstream/master' into por
Diffstat (limited to 'src/runtime/java/INSTALL')
| -rw-r--r-- | src/runtime/java/INSTALL | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/src/runtime/java/INSTALL b/src/runtime/java/INSTALL index 6d97dd279..c0e91a355 100644 --- a/src/runtime/java/INSTALL +++ b/src/runtime/java/INSTALL @@ -1,10 +1,12 @@ -Before compiling the Java binding you first need to have the C runtime +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: +in different places on different platforms. +The Makefile in this directory will try to figure out the location of +jni.h, but if it doesn't succeed you should add it manually to the +JNI_INCLUDES variable in the beginning of the Makefile. + +Once this is done type: $ make $ make install |
