Skip to content
Snippets Groups Projects
Commit 9522d427 authored by Elemer Lelik's avatar Elemer Lelik Committed by GitHub
Browse files

Update README.linux

parent e89b6841
No related branches found
No related tags found
No related merge requests found
......@@ -38,10 +38,16 @@ cat MakefileFOSS.cfg
LICENSING := no
USAGE_STATS := no
If you want to use your build within teh Ericsson domain: delete MakefileFOSS.cfg
This will enable licensing.
If you want to use your build within the Ericsson domain: delete MakefileFOSS.cfg
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
adapt to local installation directories, change config options etc.
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)
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:
(replace paths with values relevant to your installation)
......
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