DiaCanvas2
~~~~~~~~~~

First of all thanks for using (or at least trying) DiaCanvas2.

DiaCanvas2 is a library for easely creating diagrams.

DiaCanvas requires:
- GLib and GTK+ >= 1.3.7
- LibArt >= 2.0.0
- libgnomecanvas from GNOME CVS or from a recent gnome-libs
- Automake 1.5 and Libtool 1.4.2

For the Python wrapper you'll need:
- Python 2.2
- gnome-python module 1.99.10 or newer

Regards,

Arjan

PS. If you have no problem compiling DiaCanvas2, but the test-canvas demo app
crashes, you might try to compile DiaCancas2 without PIC:

	$ configure --without-pic
	$ make clean all
	$ make check

This seems to work for RedHat 7.3 and 8.0 anyway. For Debian this doesn't seem
nessesary.

