What is needed?
===================

kdesupport and kdelibs packages		-	ftp.kde.org
qt => 1.44				-	ftp.troll.no
qt-devel => 1.44			-	ftp.troll.no


HOWTO make, install, and uninstall kfirewall
============================================

To compile kfirewall:
make

To install kfirewall:
make install

To start with a fresh source:
make clean

To uninstall kfirewall:
make uninstall 

To run 'make install' you have to have root access. 
To run 'make uninstall' you also have to have root access.


Troubleshooting
===============

o Compiling problems

If you run over some problems, try looking at the Makefile. Maybe you have 
to change the -I/usr/include/qt to -I/<your qt include dir>


o Ipchains problem

If kfirewall says that it can't find ipchains see if you have ipchains in
your current PATH, if you don't please enter /sbin in the PATH 
variable. There are severall methods to do so, you can add /sbin
in your root/.bash_profile or in your /etc/profile, or you
can export it with: export PATH="$PATH:/sbin"
If you run your X server as a user you would probably use only the su 
command, then the export is nice, or you add /sbin to
$home/.bash_profile.


o Link ipchains

If you have installed ipchains anywhere else on your system, make
a link to ipchains in /sbin. You can do that with this command: 
ln -s <youripchainsdir>/ipchains /sbin/ipchains
