Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
titan.core
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Eclipse Projects
Eclipse Titan
titan.core
Commits
9522d427
Commit
9522d427
authored
8 years ago
by
Elemer Lelik
Committed by
GitHub
8 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Update README.linux
parent
e89b6841
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.linux
+10
-4
10 additions, 4 deletions
README.linux
with
10 additions
and
4 deletions
README.linux
+
10
−
4
View file @
9522d427
...
...
@@ -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)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment