aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2000-06-09 23:21:42 +0800
committerDan Winship <danw@src.gnome.org>2000-06-09 23:21:42 +0800
commit208d7b4cb63786323403ece08bbae88b2a1bd11d (patch)
tree1eab6ef42d0e8707b4450d62cb6efa1f53c49382 /README
parent943862dd20ad79007900192fec5c705e9748542a (diff)
downloadgsoc2013-evolution-208d7b4cb63786323403ece08bbae88b2a1bd11d.tar
gsoc2013-evolution-208d7b4cb63786323403ece08bbae88b2a1bd11d.tar.gz
gsoc2013-evolution-208d7b4cb63786323403ece08bbae88b2a1bd11d.tar.bz2
gsoc2013-evolution-208d7b4cb63786323403ece08bbae88b2a1bd11d.tar.lz
gsoc2013-evolution-208d7b4cb63786323403ece08bbae88b2a1bd11d.tar.xz
gsoc2013-evolution-208d7b4cb63786323403ece08bbae88b2a1bd11d.tar.zst
gsoc2013-evolution-208d7b4cb63786323403ece08bbae88b2a1bd11d.zip
add a note about setting PATH to include ${prefix}/bin
svn path=/trunk/; revision=3487
Diffstat (limited to 'README')
-rw-r--r--README5
1 files changed, 4 insertions, 1 deletions
diff --git a/README b/README
index fccbe23f8b..6332e625ea 100644
--- a/README
+++ b/README
@@ -60,11 +60,14 @@ install, and whether to use GOAD or OAF.
If you do not do this, you will need to set GNOME_PATH to include
the prefix you install into. Eg:
- GNOME_PATH=/usr/local
+ export GNOME_PATH=/usr/local
(You need to do this both during compiling AND when you run
evolution.)
+ Remember 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.
+
- GOAD is the "old" (GNOME 1.x series) object activation system. OAF
is the new (unreleased, GNOME 2.x series) system.