INSTALLING PASSEPARTOUT 
-----------------------
Fredrik Arnerup, 20 November 2002
Report problems to <emission-hacks@e.kth.se>

Passepartout/xml2ps has so far been successfully built on Linux,
FreeBSD and Solaris systems. If you have other systems to add to that
list, we would very much like to know. We aim to make Passepartout as
portable as possible.


Requirements
------------

Make sure you have Gtkmm 1.2 (http://gtkmm.sourceforge.net), 
GdkPixbuf 1.0 (http://developer.gnome.org/arch/imaging/gdkpixbuf.html) 
and libxml++ 0.13 (http://sourceforge.net/projects/libxmlplusplus/) 
properly installed and that you are using GCC-2.9x.x. You will need
xsltproc (http://xmlsoft.org/XSLT/xsltproc2.html) and ghostscript to
run Passepartout. A postscript viewer (e.g. gv) is recommended.


Building and installing
-----------------------

./configure
make
make install

If gtk, gtkmm, gdk-pixbuf, libsigc++, libxml2 or libxml++ is installed
in a nonstandard location, you may want to run configure as
"./configure APPLY_RPATH=true", otherwise the dynamic linker may have
trouble finding the libraries.
