Needed Libraries :
~~~~~~~~~~~~~~~~~~
- libMagick++ (ImageMagick++) :
    Version above 4.2.8 of this library works.
    Version 4.2.2 (or less) will not work, because it uses an obsolete
    interface for different functions (e.g. PingImage).
    If your distribution doesn't contain this library, you can download it
    at ftp://ftp.wizards.dupont.com/pub/ImageMagick/.

- libxml (aka. gnome-xml) :
    I tested version 1.7.3, 1.8.2, 1.8.7, 2.0.0 and 2.2.3 of this library
    on my machine. If your distribution doesn't contain this library, you
    can download it at ftp://ftp.gnome.org/pub/GNOME/stable/sources/libxml/.

Warning :
~~~~~~~~~
If your ImageMagick was compiled with large file support (LFS), PresTiMeL
must be compiled with LFS too. This is done by calling configure with the
argument "--enable-lfs". If you don't do this, PresTiMeL will crash with
a Segmentation Fault, before any slides are created.


Compilation and Installation :
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* "./configure"

  - If configure doesn't find the ImageMagick-stuff, you have to call
    configure with the argument "--with-magick++=/path/to/ImageMagick++".

  - If configure doesn't find the XML-stuff, you have to call configure
    with the argument "--with-libxml=/path/to/XML".

  - If your ImageMagick-library was compiled with large file support, you
    have to call configure with the argument "--enable-lfs".

  - If you want to install PresTiMeL in the /foo/bar- rather than the
    /usr/local-hierarchy, you have to call configure with the argument
    "--prefix=/foo/bar". You can also change the target-directory for the
    shared data with the argument "--datadir=/foo".

* "make"

* "make install" or "make prefix=/foo/bar install"

* Optionally, you can copy the file "prestimelrc" to "~/.prestimelrc" (your
  home-directory) and change the default-settings in this file.

* To select a different language for PresTiMeL's messages, type
  "export LC_MESSAGES=XX". Valid values for XX are 'de', 'es' or 'pt_BR'.

* If you are using vim as editor, you can take the file "vimrc.prestimel"
