	           --[  Quick Install Guide  ]--

	      Frederic Raynal <pappy@security-labs.org>


WARNING:

From arp-sk-0.13, the default install path is set to /usr/local/sbin,
rather than /usr/local/bin. So, if you installed a previous version,
be sure to remove the former binary from /usr/local/bin.




--[  1. Get libnet-1.1  ]--

arp-sk rests on libnet-1.1.

http://www.packetfactory.net/projects/libnet/

See Libnet files to install it.


--[  2. Configure  ]--

Note that this is my very first configure script, so be cool ;) For
instance, I intend to add a test to check your libnet version, but it
fails under BSD.

Available arguments are:

  --with-libnet=DIR
    use if you need to specify is the location of libnet-1.1

  --with-sigsend (default is yes)
    by default, the timing and sending mechanisms rests upon the
    alarm(2) function, i.e. it sends SIGALARM and a special callback
    function performs the sending and re-initializes the timer.
    With this option, you can disable this by simply running: 
        ./configure --without-sigsend


--[  3. Compile  ]--

Run 'make' (or gmake) and it should be fine. 

The binary arp-sk is in the directory src/.

If there are errors or warnings, please drop me a mail.

Note:
You may see this warning (and similar ones):
strcasecmp.c:3: warning: ISO C forbids an empty source file

If you know howto avoid it, let me know.
