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

########################
# Typical installation #
########################

./configure
make
make install       (as root)

############
# Detailed #
############

1.Start configure with all wanted options

    ./configure
  
  or e.g.

    ./configure --prefix=/somewhere/to/install

2.Start compilation
  
    make

3.Become root if you don't have write access to the installation directory
  (defaults to /usr/local )
  
    su

4.Install worker
  
    make install

#########
# Start #
#########

Type "worker" to start worker

#############
# Uninstall #
#############

To uninstall just do

  make uninstall

The user-configurations will not be removed so for full uninstall remove the
directory "$HOME/.worker"
