diff options
author | Tobias Klauser <tklauser@distanz.ch> | 2015-06-08 14:55:09 +0200 |
---|---|---|
committer | Tobias Klauser <tklauser@distanz.ch> | 2015-06-08 14:55:09 +0200 |
commit | a3057569a8a5e93a501edda3683b1627498b6e8f (patch) | |
tree | eb4ceeb9a8f37da30e21d84c6752699c5153dc8d /INSTALL | |
parent | b02dc7e2fa5255a0b364c69e7d708b15d297857e (diff) |
INSTALL: Add package libnl-route-3-dev to list of needed Debian packages
Since commit 107456c646ab ("netsniff-ng, nlmsg: Dissect rtnl link type
messages") netsniff-ng also needs libnl-route-3.0. Add it to the list of
packages in the Debian apt-get install line in the INSTALL file.
Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -48,9 +48,9 @@ for an easy installation. We try to keep this as minimal as possible. 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 libcli-dev libnet1-dev + libnl-genl-3-dev libnl-route-3-dev libgeoip-dev \ + libnetfilter-conntrack-dev libncurses5-dev liburcu-dev \ + libnacl-dev libpcap-dev zlib1g-dev libcli-dev libnet1-dev One-liner installation for *all* dependencies on Fedora: |