Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Eclipse Projects
Eclipse Titan
titan.core
Commits
e94191bf
Commit
e94191bf
authored
May 30, 2016
by
Elemer Lelik
Browse files
Update README.linux
parent
17089c3d
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.linux
View file @
e94191bf
...
...
@@ -30,20 +30,23 @@ git clone https://github.com/eclipse/titan.core titan.core
3. Configure the build
cd titan.core
check that MakefileFOSS.cfg is present and has the following content:
For open source users: check that MakefileFOSS.cfg is present and has the following content:
cat MakefileFOSS.cfg
# Configurations for the Free Open Source Software version
LICENSING := no
USAGE_STATS := no
If you want to use your build within teh Ericsson domain: delete MakefileFOSS.cfg
This will enable licensing.
Several build options are possible; for details on options please read through the Makefile.cfg.
Options can be overridden by the content of a file named Makefile.personal which can be used to
adapt to local installation directories, change config options etc.
Below, a small number of typical scenarios are presented.
a) JNI disabled
a) JNI disabled
, gcc compiler (default)
The JNI interface is used by the Eclipse Titan Executor or by the Java Executor API.
If you don't need them , Titan can be compiled without JNI.
...
...
@@ -58,15 +61,27 @@ XMLDIR := /usr
JNI := no
GEN_PDF := no
b) JNI disabled, clang compiler ver. 3.8
Create ~/titan.core/Makefile.personal to override settings in Makefile.cfg with the following content:
(replace paths with values relevant to your installation).
TTCN3_DIR := /home/<user id>/titan.core/Install
OPENSSL_DIR := /usr
#JDKDIR := /usr/lib/jvm/java-7-openjdk-amd64
XMLDIR := /usr
JNI := no
GEN_PDF := no
CXX := clang++-3.8
CC := clang-3.8
b
) JNI enabled
c
) JNI enabled
, gcc compiler (default)
install JDK into /home/<user id>/jdk
Create ~/titan.core/Makefile.personal to override settings in Makefile.cfg with the following content:
(replace paths with values relevant to your installation)
(replace paths with values relevant to your installation)
.
TTCN3_DIR := /home/<user id>/titan.core/Install
OPENSSL_DIR := /usr
...
...
@@ -133,6 +148,3 @@ 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.
nagylenard
elnrnag
elnrnag2
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment