Installation Worker
^^^^^^^^^^^^^^^^^^^

Typical installation:
---------------------

./configure
make
make install       (as root)

Detailed:
---------

##############
1.1.type "./configure"    if you want to install global (need root priv.)
 OR
1.2.type "./configure --prefix=<other install dir>"
    to use an other installdir then /usr/local
    i.e.: "./configure --prefix=/home/login"
    
2.type "make"

3.type "su" to become root (only if you don't have write access to the
                            installationdir!)

4.type "make install"
##############

Type "worker" to start.
