summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorDaniel Borkmann <dborkman@redhat.com>2013-05-13 15:33:11 +0200
committerDaniel Borkmann <dborkman@redhat.com>2013-05-13 15:33:11 +0200
commit6025ec471fb6dae8662a6c074d12056ceecc6fb6 (patch)
tree6a952c1fdb8cfb5744c22e0528241c2e00ab04a1 /INSTALL
parentd0009856814c13d13770db5aadd7b2fabf947776 (diff)
docs: update install document to current repo status
mausezahn dependencies and build options were not yet documented. Signed-off-by: Daniel Borkmann <dborkman@redhat.com>
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL13
1 files changed, 7 insertions, 6 deletions
diff --git a/INSTALL b/INSTALL
index 5fd5c1d..ccb9368 100644
--- a/INSTALL
+++ b/INSTALL
@@ -41,13 +41,14 @@ One-liner installation for *all* dependencies on Debian:
$ sudo apt-get install ccache flex bison libnl-3-dev \
libnl-genl-3-dev libgeoip-dev libnetfilter-conntrack-dev \
libncurses5-dev liburcu-dev libnacl-dev libpcap-dev \
- zlib1g-dev
+ zlib1g-dev libcli-dev libnet1-dev
One-liner installation for *all* dependencies on Fedora:
$ sudo yum install ccache flex bison ccache libnl3-devel \
GeoIP-devel libnetfilter_conntrack-devel ncurses-devel \
- userspace-rcu-devel nacl-devel libpcap-devel zlib-devel
+ userspace-rcu-devel nacl-devel libpcap-devel zlib-devel \
+ libcli-devel libnet-devel
After downloading the netsniff-ng toolkit, you should change to the
repository root directory:
@@ -71,11 +72,11 @@ You can also build only a particular tool, e.g.:
(# make trafgen_distclean)
($ make trafgen_clean)
-If you want to build all tools, but curvetun (i.e. because you don't need
-the tunneling software and the NaCl build process lasts quite long):
+If you want to build all tools, but {curvetun,mausezahn} (i.e. because you
+don't need the tunneling software and the NaCl build process lasts quite long):
- $ make allbutcurvetun
- # make install_allbutcurvetun
+ $ make allbutcurvetun (allbutmausezahn)
+ # make install_allbutcurvetun (install_allbutmausezahn)
(# make mrproper)