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

README.linux: new dependencies added


Signed-off-by: default avatarbalaskoa <Jeno.Balasko@ericsson.com>
Change-Id: I60e4e5550b1a1c9e87d30d2891b0f99e96aa192d
parent 3ee686ff
No related branches found
No related tags found
No related merge requests found
...@@ -25,9 +25,23 @@ xutils-dev is needed by makedepend: ...@@ -25,9 +25,23 @@ xutils-dev is needed by makedepend:
sudo apt-get install xutils-dev sudo apt-get install xutils-dev
(SLED 14.0: - ) (SLED 14.0: - )
Install optional packages required some tests:
The following packages may be needed for titan_eclipse/automatic_build: The following packages may be needed for titan_eclipse/automatic_build:
sudo apt-get install ant xsltproc Ubuntu: sudo apt-get install ant xsltproc ant-junit
(RHEL: sudo yum install ant # xsltproc already installed) (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 2.Clone or update the titan directory from git into /home/<user_id>/titan.core
......
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