
   Installation Instructions for gfcc (gtk+ firewall control center)

SUPPORTED PLATFORMS:
====================
Linux only ( >= 2.1.102)


REQUIREMENTS:
=============

- >= GTK+-1.2.0

- libipfwc
        Included in this package libipfwc.tar.gz
	or You can get from http://www.rustcorp.com/linux/ipchains/

CONFIGURE OPTIONS:
==================

./configure --with-ipfwc=PATH
	Path where libipfwc source directory

INSTALLATION:
=============

tar xvfz gfcc-0.5.tar.gz
cd gfcc-0.5

If you don't have libipfwc src {
  tar xvfz libipfwc.tar.gz
  cd libipfwc; make
  cd ..
}

./configure --with-ipfwc=./libipfwc
make
su
make install
