From 0fe51af01075beb777894bacca9e98aeef3f860a Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Mon, 24 Apr 2000 01:43:36 +0000 Subject: reorder the list of dependency libraries such that, starting from scratch, you can build them in the order given in the file. Emphasize the warning about location of bonobo install. Add a warning about sysconfdir. svn path=/trunk/; revision=2574 --- README | 33 +++++++++++++++++++++++---------- 1 file changed, 23 insertions(+), 10 deletions(-) (limited to 'README') diff --git a/README b/README index 1992266e5a..a4f186e8e5 100644 --- a/README +++ b/README @@ -22,24 +22,26 @@ There is also an #evolution IRC channel on irc.gnome.org. Evolution depends on the following non-core GNOME libraries, which -are all in GNOME CVS under the given names. +are all in GNOME CVS under the given names. (If you build them in +the order they are listed, then the dependencies will all work out +correctly.) + + gnome-xml - currently, only 1.8.7 works. Earlier versions have + a bug in code that Evolution needs, and the 2.0 branch is not + source or binary compatible. If you get this from GNOME CVS, + use the tag "LIB_XML_1_X". + + gnome-print bonobo - Evolution always tracks the latest CVS versions of bonobo. Released versions will virtually always be too old. - Note that this must be installed with the same --prefix as - gnome-libs for the Makefiles to work properly. + *** Note that this must be installed with the same --prefix as + *** gnome-libs for the Makefiles to work properly. gdk-pixbuf - 0.7.0 (or later?) - gnome-print - gnome-vfs - gnome-xml - currently, only 1.8.7 works. Earlier versions have - a bug in code that Evolution needs, and the 2.0 branch is not - source or binary compatible. If you get this from GNOME CVS, - use the tag "LIB_XML_1_X". - gtkhtml - Evolution might work with the released versions of this, but the CVS versions tend to be less buggy and more featureful. @@ -58,6 +60,17 @@ the pilot-link package. There is most likely a package for this in your OS of choice (the name may be "pilot-link" or "libpisock"). If not, you can get the source at ftp://ryeham.ee.ryerson.ca/pub/PalmOS/ +You will most likely want to include the option + --sysconfdir=`gnome-config --sysconfdir` +when configuring, to make the .gnorba files get installed into the +system gnorba directory. If you don't do that, you'll need to either + a) set GNOME_PATH to include the prefix you install into + (eg, GNOME_PATH=/usr/local) OR + b) set GNOME_GNORBA_PATH to the gnorba directory in the + prefix you install into + (eg, GNOME_GNORBA_PATH=/usr/local/etc/CORBA/servers) + + The layout of the source tree is: -- cgit