HOW TO INSTALL kftpupdater and/or ftpupdater

***If you want to install both:

This app uses the kde 1.1.2 libs and qt 1.4x libs so make sure they
are installed on your system. It also uses Phil Thompson's
Python Bindings for Qt and KDE. So make sure they are installed.
You can find some HINTS for installing these bindings in this directory.

To install kftpupdater:

./configure.py

su -c "./install.py"

This will also at the same time install a command line app
ftpupdater and its man page under /usr/local/bin
and /usr/local/man/man1, respectively. If you would
prefer a different prefix than /usr/local for these run

./configure.py your_prefix"

(This option will have no effect on kftpupdater which will
be installed in the usual place for kde apps on your system.)

You can uninstall with su -c "./install.py -e"

***If you just want to install ftpupdater:

su -c "./cli-install.py"

This will install ftpupdater under the prefix /usr/local
You can specify an alternative prefix on the command line.
There is no uninstaller for ftpupdater.

