Skip to content
Snippets Groups Projects
Commit 3aa9ae0e authored by earplov's avatar earplov
Browse files

Merge branch 'master' of https://github.com/alovassy/titan.core

parents 5ef3f66b cd1e4c72
No related branches found
No related tags found
1 merge request!12comment typo in JniExecutor
......@@ -67,7 +67,7 @@ JNI := yes
# Path of the Java Developement Kit installation
# (must be at least version 1.5.0_10)
JDKDIR := /mnt/TTCN/Tools/jdk1.5.0_11
JDKDIR := /usr/lib/jvm/default-java
# Path of OpenSSL installation: (always required)
OPENSSL_DIR := default
......
......@@ -54,7 +54,6 @@ GEN_PDF := no
b) JNI enabled
install JDK into /home/<user id>/jdk
......@@ -98,7 +97,7 @@ make install
This will install Titan into /home/<user id>/titan.core/Install
7. Optionally , run function/regression tests
7. Optionally, run function/regression tests
cd /home/<user id>/titan.core/function_test
......@@ -124,7 +123,5 @@ make run
These tests might run for half an hour (regr.tests) to two hours (func.tests)
8. Optionally , copy Titan into its final directory.
From here on, you can continue with the Titan installation guide, see /Install/docs,
to set/change environment variables etc.
8. Optionally, copy Titan into its final directory.
From here on, you can continue with the Titan installation guide, see /Install/docs, to set/change environment variables etc.
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