	           --[  Quick Install Guide  ]--

	      Frederic Raynal <pappy@security-labs.org>




1. Get libnet-1.1

arp-sk rests on libnet-1.1.

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

You should probably not install this version on your system. The best
way is to:

  - uncompress it in the arp-sk's directory 

  - go in Libnet:
      arp-sk$ cd Libnet-latest 

  - run the configure and make, but NOT the make install: 
      Libnet-latest$ ./configure && make

  - go back to arp-sk
      Libnet-latest$ cd ..


2. Configure 

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

The only thing you may need to specify is the location of libnet-1.1
using the option --with-libnet=DIR.


3. Compile

run 'make' and it should be fine. The binary arp-sk is in the
directory src/.

If it is not, just send me a mail.
