=====================================
Firestorm v0.2.2 - Installation guide
=====================================


COMPILING FROM SOURCE
=====================
You can autoconfigure firestorm in the usual way, there are however some
custom options, which allow you to specify non-standard libpcap install
locations, --with-leak-checker allows hackers to analyze whether firestorm
is leaking memory or not.
 ./configure [--with-libpcap-includes=<path>] \
	[--with-libpcap-libraries=<path>] \
	[--with-leak-checker=y]

To build:
 make

To install:
 make install

To run:
 firestorm <config> [<logfile>]

Where config is a valid firestorm configuration file and logfile is where
you want debug information to go.


REDHAT PACKAGE MANAGER (RPM)
============================
From the command line, do:
 rpm -Uvh firestorm-x.y.z.arch.rpm

The RPM requires:
 glibc >= 2.2
 libdl.so.0
 libpthread.so.0


DEBIAN PKG
==========
? <need a packager>


REQUIREMENTS
============

The libraries libpcap, libdl and lpthread are required. Any POSIXish OS should do,
although I have used some (allegedly) GNU specific libc calls. 

Tested:
 * Linux 2.x
 * FreeBSD 4.x
 * Solaris 8
 * SunOS 5.x
