summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorThomas Habets <thomas@habets.se>2019-11-23 18:33:43 +0000
committerThomas Habets <thomas@habets.se>2019-11-23 18:33:43 +0000
commit75b5cdd16d471a0ec2d2b15d6e475b850340e0d6 (patch)
treeb39924972c52ad0f4f20058663e33f17f21a34da /INSTALL
parent0e5a10f172f4bbda5c69d96f8262d5db7c9d9358 (diff)
downloadarping-75b5cdd16d471a0ec2d2b15d6e475b850340e0d6.tar.gz
Clarify that libnet 1.1 and newer is OK, not just 1.1.x
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL10
1 files changed, 5 insertions, 5 deletions
diff --git a/INSTALL b/INSTALL
index 8313c62..ce79385 100644
--- a/INSTALL
+++ b/INSTALL
@@ -4,8 +4,8 @@ This is the short version. For more info see the README.
Dependencies
------------
-libnet 1.1.x
- https://github.com/sam-github/libnet
+libnet 1.1 or newer
+ https://github.com/libnet/libnet
or
http://ftp.debian.org/debian/pool/main/libn/libnet/libnet_1.1.2.1.orig.tar.gz
Note: Libnet 1.1.5 or later needed for Linux capability support.
@@ -29,9 +29,9 @@ to add stuff to the configure line, like:
Installing, longer version
--------------------------
-Note that arping 2.x requires libnet 1.1.x to work. It will NOT work with
-libnet 1.0.x. Arping 1.x works with libnet 1.0.x, but it's not included in the
-same package anymore.
+Note that arping 2.x requires libnet 1.1 or newer to work. It will NOT
+work with libnet 1.0.x. Arping 1.x works with libnet 1.0.x, but it's
+not included in the same package anymore.
Standard autotools: ./configure && make && make install