Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Eclipse Projects
Eclipse Titan
titan.core
Commits
a82e0f51
Unverified
Commit
a82e0f51
authored
Oct 12, 2020
by
Elemer Lelik
Committed by
GitHub
Oct 12, 2020
Browse files
Update README.linux
corrections re: readline
parent
fce26eee
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.linux
View file @
a82e0f51
...
...
@@ -119,8 +119,8 @@ JNI := no
GEN_PDF := no
CXX := clang++-3.8
CC := clang-3.8
OLD_LIBEDIT = yes # if the first line of /usr/include/editline/readline.h
(or /usr/include/readline/readline.h)
# contains v1.34 or older i.e version of editline is
2.0.53
or older.
OLD_LIBEDIT = yes
# if the first line of /usr/include/editline/readline.h
# contains v1.34 or older i.e version of editline is
0:53:0
or older.
c) JNI enabled, gcc compiler (default)
...
...
@@ -136,9 +136,9 @@ XMLDIR := /usr
JNI := yes
GEN_PDF := no
COMPILERFLAGS += -Wall -Wlogical-op -I/home/<user id>/jdk/include -I/usr/include
OLD_LIBEDIT = yes # if the first line of /usr/include/editline/readline.h
(or /usr/include/readline/readline.h)
# contains v1.34 or older i.e version of editline is
2.0.53
or older.
OLD_LIBEDIT = yes
# if the first line of /usr/include/editline/readline.h
# contains v1.34 or older i.e version of editline is
0:53:0
or older.
d) For Alpine Linux, an appropriate flag has to be set:
:
...
...
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