sanduhr - an alarm clock, which is designed as a sand-glass

INTRODUCTION:

   Sanduhr is an alarm clock for the X Window System which uses (and
requires) the GNOME desktop environment.

   Please mail any suggestions and bug reports to Jochen Voss
<voss@mathematik.uni-kl.de>.  Your message should include the Sanduhr
version number, as obtained by the command 'sanduhr --version'.


DOCUMENTATION:

   SandUhr has an extensive online help.  The "remote" subdirectory of
the source code distribution contains examples on how to use SandUhr's
CORBA interface.  The full documentation for the CORBA interface can
be found in the reference section of the online help.


INSTALLATION:

   You need the GNOME libraries in order to install Sanduhr.  Generic
installation instructions are in the file INSTALL.

   To compile SandUhr you need the gnome libraries installed.  Required
packages include ORBit and liboaf.  The use of scrollkeeper is supported
but not required.

   To make the online help work, the SandUhr installation prefix must
match the GNOME installation prefix.  So unfortunately on most systems
it will be inconvenient to install SandUhr into /usr/local.  On a FHS
compliant Linux system you could use the commands

    ./configure --prefix=/usr --mandir=/usr/share/man
    make
    make install
