From 8f8050968208509921f04c48df0c19b056e71c3c Mon Sep 17 00:00:00 2001 From: balaskoa <Jeno.Balasko@ericsson.com> Date: Tue, 23 Jun 2020 17:06:35 +0200 Subject: [PATCH] README.linux: new dependencies added Signed-off-by: balaskoa <Jeno.Balasko@ericsson.com> Change-Id: I60e4e5550b1a1c9e87d30d2891b0f99e96aa192d --- README.linux | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/README.linux b/README.linux index f3cf9e311..a5d01b8ad 100644 --- a/README.linux +++ b/README.linux @@ -25,9 +25,23 @@ xutils-dev is needed by makedepend: sudo apt-get install xutils-dev (SLED 14.0: - ) +Install optional packages required some tests: + The following packages may be needed for titan_eclipse/automatic_build: -sudo apt-get install ant xsltproc -(RHEL: sudo yum install ant # xsltproc already installed) +Ubuntu: sudo apt-get install ant xsltproc ant-junit +(SLED 12.4: sudo zypper install ant-junit ; libxslt-tools already installed) +(RHEL: sudo yum install ant ant-junit# xsltproc already installed) +(SUSE 15.1: -) + +The regression test requires xmllint. The package containing it: libxml2-utils +ubuntu: sudo apt install libxml2-utils +suse: sudo zypper install libxml2-tools +rhel: sudo yum install libxml2-devel + + +Performance test requires pcap +ubuntu: sudo apt-get install libpcap0.8-dev +suse: sudo zypper install libpcap-devel libpcap1 2.Clone or update the titan directory from git into /home/<user_id>/titan.core -- GitLab