Diff for /embedaddon/arping/INSTALL between versions 1.1.1.3 and 1.1.1.4

version 1.1.1.3, 2016/10/18 13:16:10 version 1.1.1.4, 2021/03/16 23:40:57
Line 4  This is the short version. For more info see the READM Line 4  This is the short version. For more info see the READM
   
 Dependencies  Dependencies
 ------------  ------------
libnet 1.1.xlibnet 1.1 or newer
  https://github.com/sam-github/libnet  https://github.com/libnet/libnet
     or      or
   http://ftp.debian.org/debian/pool/main/libn/libnet/libnet_1.1.2.1.orig.tar.gz    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.    Note: Libnet 1.1.5 or later needed for Linux capability support.
Line 18  For debian, just: apt-get install libpcap-dev libnet1- Line 18  For debian, just: apt-get install libpcap-dev libnet1-
   
 Installing, short version  Installing, short version
 -------------------------  -------------------------
./configure./configure       # if "configure" doesn't exist, run "./bootstrap.sh"
 make              # the binary will be created as src/arping  make              # the binary will be created as src/arping
 make install  make install
   
Line 29  to add stuff to the configure line, like: Line 29  to add stuff to the configure line, like:
   
 Installing, longer version  Installing, longer version
 --------------------------  --------------------------
Note that arping 2.x requires libnet 1.1.x to work. It will NOT work withNote that arping 2.x requires libnet 1.1 or newer to work. It will NOT
libnet 1.0.x. Arping 1.x works with libnet 1.0.x, but it's not included in thework with libnet 1.0.x. Arping 1.x works with libnet 1.0.x, but it's
same package anymore.not included in the same package anymore.
   
 Standard autotools:   ./configure && make && make install  Standard autotools:   ./configure && make && make install
   

Removed from v.1.1.1.3  
changed lines
  Added in v.1.1.1.4


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>