From a3057569a8a5e93a501edda3683b1627498b6e8f Mon Sep 17 00:00:00 2001 From: Tobias Klauser Date: Mon, 8 Jun 2015 14:55:09 +0200 Subject: 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 --- INSTALL | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'INSTALL') diff --git a/INSTALL b/INSTALL index 3495089..9c000de 100644 --- a/INSTALL +++ b/INSTALL @@ -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: -- cgit v1.2.3-54-g00ecf