diff options
author | Daniel Borkmann <dborkman@redhat.com> | 2013-05-13 15:33:11 +0200 |
---|---|---|
committer | Daniel Borkmann <dborkman@redhat.com> | 2013-05-13 15:33:11 +0200 |
commit | 6025ec471fb6dae8662a6c074d12056ceecc6fb6 (patch) | |
tree | 6a952c1fdb8cfb5744c22e0528241c2e00ab04a1 | |
parent | d0009856814c13d13770db5aadd7b2fabf947776 (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>
-rw-r--r-- | INSTALL | 13 |
1 files changed, 7 insertions, 6 deletions
@@ -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) |