Requirements
============
This program requires at least tcl7.4 / tk4.0.

Test the Program
================
It is possible to try the Dotfile Generator, before you install it on your
system.
To do this, you have to run the configure script to set things up. This is
done by typing ./configure. It will then find the different programs it
need.

After that type ./dotfile for a list of available modules, and then
./dotfile <module>, to start one of these modules.

Installing It
=============
Once you've decided to install the program, type ./configure, and it
will prepare an installation in the /usr/local tree.
To change this location type ./configure --prefix=PATH.
For further information on configure please refer to the manual page.

Now type "make -n install" to see what an installation does, and finally
type "make install" to install the files.
The files will be installed like this:

Prefix -+-bin-+-dotfile
        |
        +-lib-+-dotfile-+-Generator
                        |
                        +-Fvwm2
                        |
                        +- .... other modules

