diff options
author | nobody <nobody@localhost> | 2005-02-18 22:48:48 +0800 |
---|---|---|
committer | nobody <nobody@localhost> | 2005-02-18 22:48:48 +0800 |
commit | 4d272703e94a8594c38834c5127ff931a1df7429 (patch) | |
tree | c55aa9eee8aa7ae9eb73e1f2e39a66602bf274e0 /README | |
parent | 130a7842f0b1b2a44f8a320dfb3cca112a42190c (diff) | |
download | gsoc2013-evolution-EVOLUTION_2_0_4.tar.gz gsoc2013-evolution-EVOLUTION_2_0_4.tar.zst gsoc2013-evolution-EVOLUTION_2_0_4.zip |
This commit was manufactured by cvs2svn to create tagEVOLUTION_2_0_4
'EVOLUTION_2_0_4'.
svn path=/tags/EVOLUTION_2_0_4/; revision=28812
Diffstat (limited to 'README')
-rw-r--r-- | README | 22 |
1 files changed, 16 insertions, 6 deletions
@@ -31,10 +31,10 @@ The rest of this file is dedicated to building Evolution. DEPENDENCIES ------------ -In order to build Evolution you need to have the full set of GNOME 2.6 +In order to build Evolution you need to have the full set of GNOME 2.2 (or greater) development libraries installed. -GNOME 2.6 or greater comes with most of the modern distributions, so +GNOME 2.2 or greater comes with most of the modern distributions, so in most cases it should be enough to just install all the devel packages from your distribution. @@ -44,25 +44,35 @@ installed, since bugs in the libraries can cause bugs in Evolution. Additional dependencies, besides the stock GNOME libraries (the dependencies should be compiled in the order they are listed here): + * [If compiling against GNOME 2.2] libgnomecanvas 2.2.0.2 or + later + + If you have a GNOME 2.2 installation, you need to upgrade + libgnomecanvas to this version (or a later one), since + Evolution exposes a bug in the older versions of the library + which causes a crash. + + * [If compiling against GNOME 2.2] libbonobo and libbonoboui 2.4 + * gnome-icon-theme 1.2.0 or later * ORBit 2.9.8 or later ftp://ftp.gnome.org/pub/gnome/sources/libsoup - * libsoup 2.2.1 or later + * libsoup 2.2.0 or later ftp://ftp.gnome.org/pub/gnome/sources/libsoup - * evolution-data-server 1.1.1 or later + * evolution-data-server 1.0.0 or later ftp://ftp.gnome.org/pub/gnome/sources/evolution-data-server - * gtkhtml 3.5.0 or later + * gtkhtml 3.2.0 or later ftp://ftp.gnome.org/pub/gnome/sources/gtkhtml - * gal 2.4.0 or later + * gal 2.2.0 or later ftp://ftp.gnome.org/pub/gnome/sources/gal |