Skip to content
Snippets Groups Projects
Commit b6dcd8b6 authored by balaskoa's avatar balaskoa
Browse files

OLD_LIBEDIT info in the README.linux


Signed-off-by: default avatarbalaskoa <Jeno.Balasko@ericsson.com>
Change-Id: I0ed96e52fbeef30f1475f2df733cd84e50669c17
parent b3ef922b
No related branches found
No related tags found
No related merge requests found
......@@ -16,12 +16,13 @@ cd******************************************************************************
Build and install Titan on Linux
1.Install required libraries:
(examples are given for Ubuntu 12.04/14.04; for other Linuxes, pls. use the relevant library installation method)
(Examples are given for Ubuntu 12.04/14.04/16.04/18.04; for other Linuxes, pls. use the relevant library installation method)
UBUNTU :
sudo apt-get update -y
sudo apt-get install g++ expect libssl-dev libxml2-dev libncurses5-dev flex bison libedit2 libedit-dev
SLES 11 : sudo zypper in libopenssl-devel g++ libedit0 libedit-devel
SLED 14.0: sudo zypper in libopenssl-devel, g++, flex, bison already installed)
(RHEL: g++, flex, bison already installed)
SLES 11: sudo zypper in libopenssl-devel g++ libedit0 libedit-devel
SLED 14.0: sudo zypper in libopenssl-devel libedit0 libedit-devel, g++, flex, bison already installed
RHEL8: sudo yum libedit; g++, flex, bison already installed
xutils-dev is needed by makedepend:
sudo apt-get install xutils-dev
......@@ -102,6 +103,8 @@ OPENSSL_DIR := /usr
XMLDIR := /usr
JNI := no
GEN_PDF := no
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.
b) JNI disabled, clang compiler ver. 3.8
......@@ -116,7 +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.
c) JNI enabled, gcc compiler (default)
......@@ -132,6 +136,8 @@ 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.
d) For Alpine Linux, an appropriate flag has to be set:
......
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