$Id: INSTALL,v 1.1 2001/09/05 05:15:36 mavetju Exp $

How to install httpgrabber
==========================

Needed
------
You need for this a system with the Packet Capture library (libpcap)
and Network Grep Lib (libngrep). The first one should be available
on your system ("man pcap" will reveal this), the second one is
available from my website http://www.mavetju.org or SourceForge
http://sourceforge.net/projects/mavetju.

Makefile
--------
Check the makefile:
- if libngrep isn't in /usr/local/lib, change the LFLAGS
- if you don't want httpgrabber to be installed in /usr/local/bin,
  change the directory in the "install" rule.

I hope one day somebody can tell me how to make configure-scripts...

Compile
-------
just run "make" and "make install"

Run
---
See the man-page.
Run it very verbose: httpgrabber -V and visit a website.

Removal
-------
Run "make uninstall"

License
-------
This program is distributed on the BSD license. See the file LICENSE
for more information.

Author: Edwin Groothuis
Email : edwin@mavetju.org
WWW   : http://www.mavetju.org
