Installation of TKFirewall:


Prerequisites:

Make sure you have Tcl/Tk 8.0 or later on your system and it is installed as

	/usr/X11R6/bin/wish8.0

If not, either make a symbolic link there or change this path in th first line
of tkfirewall and tkfirewallscan to the path and name of the version 8.x wish
on your system.


Installation:

First, unpack the distribution and enter the package directory:

	tar xzf tkfirewall-0.9.0.tar.gz
	cd tkfirewall-0.9.0

To install tkfirewall, tkfirewallscan and convmask in /usr/local/bin, become
root and type

	make install

If you want to install in some other place, type

	make INSTDIR=<dir> install

instead. Of course, you have to replace <dir> with the your chosen directory.

That's it.


Testing:

To test your installation, you can type

	tkfirewall

or, in the package directory

	tkfirewall -load scan-test.tkfw

or, as user root

	tkfirewall -scan

Enjoy.

