Sophie

Sophie

distrib > Mandriva > 9.1 > ppc > by-pkgid > e9ce07e7ba69a6ed12433d1e74549a6c > files > 5

cksfv-1.3-3mdk.ppc.rpm

Installation Documentation:

##############################################################################
Linux and RPMs
##############################################################################
The easiest was for Linux users is to install the RPM. You can download the
latest RPM from http://www.fodder.org/cksfv.  After downloading the RPM su to
root and type:
        # rpm -Uvh cksfv-*.rpm

##############################################################################
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. make the program:
        $ gmake
4. 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.