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
9522d427
Commit
9522d427
authored
Jan 05, 2017
by
Elemer Lelik
Committed by
GitHub
Jan 05, 2017
Browse files
Update README.linux
parent
e89b6841
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.linux
View file @
9522d427
...
@@ -38,10 +38,16 @@ cat MakefileFOSS.cfg
...
@@ -38,10 +38,16 @@ cat MakefileFOSS.cfg
LICENSING := no
LICENSING := no
USAGE_STATS := no
USAGE_STATS := no
If you want to use your build within teh Ericsson domain: delete MakefileFOSS.cfg
If you want to use your build within the Ericsson domain: delete MakefileFOSS.cfg
This will enable licensing.
This will enable Ericsson internal-only licensing and statistics.
GEN_PDF set to yes will convert Word documents to PDF using a web service available within Ericsson only.
Alternatively, one can install libreoffice and convert the documentation files as below:
Several build options are possible; for details on options please read through the Makefile.cfg.
cd titan.core/userguide
libreoffice -convert-to pdf *.doc *.docx
Several other 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
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.
adapt to local installation directories, change config options etc.
Below, a small number of typical scenarios are presented.
Below, a small number of typical scenarios are presented.
...
@@ -49,7 +55,7 @@ Below, a small number of typical scenarios are presented.
...
@@ -49,7 +55,7 @@ Below, a small number of typical scenarios are presented.
a) JNI disabled, gcc compiler (default)
a) JNI disabled, gcc compiler (default)
The JNI interface is used by the Eclipse Titan Executor or by the Java Executor API.
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.
If you don't need them, Titan can be compiled without JNI.
Create ~/titan.core/Makefile.personal to override settings in Makefile.cfg with the following content:
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)
...
...
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