To build KCometen4 you will need a basic build system (g++, make, etc.)  You
will also need to install cmake and selected Qt4 and KDE4 development packages.
On Debian-based systems
    apt-get install build-essential kdebase-workspace-dev libqt4-opengl-dev
should be sufficient.

KCometen4 also comes with a simple configure script that should work for a
generic local install.  If it doesn't suit your needs, you will need to edit the
cmake settings by hand.

Quick installation steps:
    ./configure
    cd build; make; make install

Cmake's equivalent to 'make distclean' is 'rm -rf build'.


Note: If you do a local installation, you might not see KCometen4 in the Screen
Saver Settings module.  In that case, you will need to do one of two things.

First, you can set the $KDEDIRS environment variable in your X session startup
script so it includes your local installation prefix:
export KDEDIRS=/usr/local:/usr

Or second, you can set this for all users by adding your local installation
prefix to /etc/kde4rc:
[Directories]
prefixes=/usr/local

After that, you may need to manually refresh the system configuration cache by
running 'kbuildsycoca4'.  KCometen4 should now appear in Screen Saver Settings.
