#ifdef'd xmlerror.h
[dia.git] / INSTALL
blobe33cebc4f6b3696668cea6a8358fd0fad72683f1
1 REQUIREMENTS:
2 =============
4 Dia needs Gtk+ at least version 1.2.0 installed.
5 It can be found at:
7 ftp://ftp.gtk.org/pub/gtk/v1.2/
9 Binaries available at:
10   ftp://ftp.gtk.org/pub/gtk/binary/devel/RPMS/
12   ftp://ftp.gtk.org/pub/gtk/binary/devel/DEBIAN/
14 As of version 0.30 Dia also needs libxml (aka gnome-xml). I recommend you
15 get a fairly recent version, but not version 1.8.0.  It can be found here:
16   ftp://ftp.gnome.org/pub/GNOME/stable/sources/gnome-xml/
18 As of version 0.40 Dia needs gdk_imlib, at least version 1.8.2.
19 It can be found here:
20   ftp://ftp.gnome.org/pub/GNOME/stable/sources/imlib/
22 As of version 0.86, Dia requires either gdk_imlib (version 1.8.2 or newer)
23 or gdk-pixbuf (version 0.7.0 or newer).  Older versions of Dia used
24 gdk_imlib only.  Gdk_imlib will probably be phased out after a while.
25 Gdk-pixbuf can be found here:
26   ftp://ftp.gnome.org/pub/GNOME/unstable/sources/gdk-pixbuf/
27 Gdk_imlib can be found here:
28   ftp://ftp.gnome.org/pub/GNOME/stable/sources/imlib/
30 BUILDING:
31 =========
33 To build, run:
35  ./configure
36  make
39 COMPILING FROM CVS:
40 ===================
42 If you are using the cvs version of Dia you need to have the following programs:
43 automake 1.4, autoconf 2.13, libtool 1.3, GNU gettext 0.10.38
45 Then run ./autogen.sh instead of configure to create all needed files.
47 WARNING: if you run ./autogen.sh, you will need to have gettext
48 0.10.38 installed, or to extract a few M4 files from that package and
49 include them manually into aclocal.m4.
51 TRYING IT OUT:
52 ==============
54 You can try out dia in the compilation directory by running
55  ./app/run_dia.sh
57 INSTALL:
58 ========
59 install it by doing:
61  make install
63 By default Dia is installed in /usr/local.
64 You can change that by passing --prefix=/some/dir to configure.
67 FONTS:
68 ======
69 I recommend that you install the URW fonts if you haven't already.
70 They are free scalable version of the standard postscript fonts.
72 Information and files can be found at:
74  http://www.gimp.org/fonts.html