diff options
author | Dan Winship <danw@src.gnome.org> | 2000-06-18 02:56:56 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2000-06-18 02:56:56 +0800 |
commit | 26788bf81f00e3a0cbed988acb593e36ef5fc51f (patch) | |
tree | 239646351fecde8269acdc824968f261854d05f2 | |
parent | dc2be767c1d9bb31844da21b70e24801b358dc5f (diff) | |
download | gsoc2013-evolution-26788bf81f00e3a0cbed988acb593e36ef5fc51f.tar gsoc2013-evolution-26788bf81f00e3a0cbed988acb593e36ef5fc51f.tar.gz gsoc2013-evolution-26788bf81f00e3a0cbed988acb593e36ef5fc51f.tar.bz2 gsoc2013-evolution-26788bf81f00e3a0cbed988acb593e36ef5fc51f.tar.lz gsoc2013-evolution-26788bf81f00e3a0cbed988acb593e36ef5fc51f.tar.xz gsoc2013-evolution-26788bf81f00e3a0cbed988acb593e36ef5fc51f.tar.zst gsoc2013-evolution-26788bf81f00e3a0cbed988acb593e36ef5fc51f.zip |
Mention OAF_INFO_PATH. Fix gtkhtml entry (need CVS gtkhtml now)
svn path=/trunk/; revision=3612
-rw-r--r-- | README | 14 |
1 files changed, 13 insertions, 1 deletions
@@ -68,6 +68,18 @@ evolution. Remember also that if you're installing into an odd prefix such as /evolution, that you also need to make sure to put ${prefix}/bin in your PATH. +If you install Evolution into a different prefix from OAF, you will +also need to set OAF_INFO_PATH to include the directory where the +oafinfo files are installed (${prefix}/share/oaf). (OAF will +eventually obey the GNOME_PATH variable, but it does not do so +currently.) Eg: + + export OAF_INFO_PATH=/usr/local/share/oaf + +If you are already running an oafd, you will need to kill it after +setting that variable so it gets restarted later with that in its +environment. + Dependencies ------------ @@ -109,7 +121,7 @@ ftp.gnome.org. The (*)ed packages are available in Helix GNOME. - gconf - from CVS (there are currently no released versions) - - gtkhtml - 0.4 or later + - gtkhtml - from CVS - libglade (*) |