From 6025ec471fb6dae8662a6c074d12056ceecc6fb6 Mon Sep 17 00:00:00 2001 From: Daniel Borkmann Date: Mon, 13 May 2013 15:33:11 +0200 Subject: docs: update install document to current repo status mausezahn dependencies and build options were not yet documented. Signed-off-by: Daniel Borkmann --- INSTALL | 13 +++++++------ 1 file 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) -- cgit v1.2.3-54-g00ecf