Skip to content
Snippets Groups Projects
Commit 180a2203 authored by Tamas Fekete's avatar Tamas Fekete
Browse files

JNI installation example of README.linux file has been corrigated


Signed-off-by: default avatarTamas Fekete <fektom@gmail.com>
parent 5836daf9
No related branches found
No related tags found
1 merge request!142JNI installation example of README.linux file has been corrigated
......@@ -10,6 +10,7 @@
* Lelik, Elemer
* Pilisi, Gergely
* Szabados, Kristof
* Fekete, Tamas
******************************************************************************
Build and install Titan on Linux
......@@ -103,10 +104,11 @@ Create ~/titan.core/Makefile.personal to override settings in Makefile.cfg with
TTCN3_DIR := /home/<user id>/titan.core/Install
OPENSSL_DIR := /usr
JDKDIR := /usr/lib/jvm/java-7-openjdk-amd64
JDKDIR := /home/<user id>/jdk
XMLDIR := /usr
JNI := yes
GEN_PDF := no
COMPILERFLAGS += -Wall -Wlogical-op -I/home/<user id>/jdk/include -I/usr/include
d) For Alpine Linux, an appropriate flag has to be set:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment