To compile this program package run:

  make

To install the program into /usr/local run this as root:

  make install  

To remove the files made by the "make" command run:

  make clean
  
To remove the program from /usr/local run this as root

  make uninstall


NOTE 1:

To compile this program package you need the pcap library which is a part 
of the tcpdump program. The pcap library is currently available from 
ftp://ftp.inr.ac.ru/ip-routing/lbl-tools. The version of the pcap library the
author used when developing wipl was version 0.4. The library is also in 
one of the RPMs shipped with Redhat Linux 6.0 and 5.2. 


NOTE 2:

If you want to change the source code of wipl to make it behave different
you might want to search the source code for the string "CONFIGURABLE". If
you are lucky you will find comments which will help you in making the
changes.
