REQUIREMENTS:
=============

Packet purgatory requires libdnet, which is found at:
http://libdnet.sourceforge.net

It also uses libpcap, which should be available at:
http://www.tcpdump.org
(libpcap is probably already installed on your system).

BUILDING:
=========

To build, run:

 ./configure
 make

INSTALL:
========
install it by doing:

 make install

By default packet purgatory is installed in /usr/local
You can change that by passing --prefix=/some/dir to configure.

