Installation Documentation:

##############################################################################
Compile your own
##############################################################################
If you want to compile your own and install it yourself all you need to do is:

1. download the latest source at http://www.fodder.org/cksfv.
2. untar and go into the new directory:
        $ tar zxf cksfv-*.tar.gz; cd cksfv-*
3. configure the program
	$ ./configure
4. compile the program:
        $ gmake
5. install the program as root:
        # gmake install

##############################################################################
Configure the installation path
##############################################################################
The default path for installation is /usr/local/bin.  If you want to change the
path for installation, edit the Makfile under the source directory.