PcapKit installation instructions
=================================

Prerequisites
-------------

The following tools/libraries, with their dependencies, have to be available
on the system in order to build PcapKit:
 * libpcap (and its development headers) - the packet capture library 
 * gnustep-make
 * gnustep-base

Installation
------------

after extraction, execute the normal procedure:
make
sudo -E make install

on some OS, you might have to use gmake instead of make.

