Skip to content
Snippets Groups Projects
Commit 91617e97 authored by Tomasz Grabiec's avatar Tomasz Grabiec Committed by Pekka Enberg
Browse files

README: Advertise need of tcpdump and gdb


They are needed by trace.py, which is now run as part of 'make check'
harness.

Signed-off-by: default avatarTomasz Grabiec <tgrabiec@cloudius-systems.com>
Signed-off-by: default avatarPekka Enberg <penberg@cloudius-systems.com>
parent d90d41fc
No related branches found
No related tags found
No related merge requests found
...@@ -28,13 +28,13 @@ First, install prerequisite packages: ...@@ -28,13 +28,13 @@ First, install prerequisite packages:
**Fedora** **Fedora**
``` ```
yum install ant autoconf automake boost-static gcc-c++ genromfs libvirt libtool flex bison qemu-system-x86 qemu-img maven maven-shade-plugin python-dpkt yum install ant autoconf automake boost-static gcc-c++ genromfs libvirt libtool flex bison qemu-system-x86 qemu-img maven maven-shade-plugin python-dpkt tcpdump gdb
``` ```
**Debian** **Debian**
``` ```
apt-get install build-essential libboost-all-dev genromfs autoconf libtool openjdk-7-jdk ant qemu-utils maven libmaven-shade-plugin-java python-dpkt apt-get install build-essential libboost-all-dev genromfs autoconf libtool openjdk-7-jdk ant qemu-utils maven libmaven-shade-plugin-java python-dpkt tcpdump gdb
``` ```
**Ubuntu users**: you may use [Oracle JDK][] if you don't want to pull too many **Ubuntu users**: you may use [Oracle JDK][] if you don't want to pull too many
......
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