summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)