Basic Installation
==================

run ./install.sh

or do it manually

This is the installation documentation:

1. unpack the tarball:
     gzip -d gzdl-XXX.tar.gz      
     tar xv gzdl-XXX.tar.gz  
    
    or in newer tar-versions:
     tar xvzf gzdl-XXX.tar.gz     

2. edit the variables in the Makefile

3. compile the sources:
     make
   or if you want to build without gnome:
     make -f Makefile-nognome

4. become root and 'make install' to install the package
