diff options
author | Dan Winship <danw@src.gnome.org> | 2001-03-29 06:15:35 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2001-03-29 06:15:35 +0800 |
commit | e3ac0bad97d70498defff189df7b2d6f0f5918d2 (patch) | |
tree | b16d796a48763289cf2e9fcd2f2dd2d43b84b87c /README | |
parent | ab52415b1b1bee20a17f61a7b694f78abcce97f3 (diff) | |
download | gsoc2013-evolution-e3ac0bad97d70498defff189df7b2d6f0f5918d2.tar.gz gsoc2013-evolution-e3ac0bad97d70498defff189df7b2d6f0f5918d2.tar.zst gsoc2013-evolution-e3ac0bad97d70498defff189df7b2d6f0f5918d2.zip |
add a bit mentioning that if configure claims you don't have something
* README: add a bit mentioning that if configure claims you don't
have something installed when you think you do, that it's probably
because you installed it in the wrong prefix, or because you need
a -devel package.
* configure.in: Add a new macro EVO_CHECK_LIB that checks for a
gnome-config-based library of a given version or later, correctly,
and if doesn't find it, suggests that you consult the README. Fix
the various library checks to use this. Meanwhile, remove a bunch
of old cruft and reorganize a little.
* acconfig.h: Remove cruft
svn path=/trunk/; revision=8997
Diffstat (limited to 'README')
-rw-r--r-- | README | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -33,6 +33,12 @@ or one of its dependencies to compile, try running the "verify-evolution-install.sh" script in the tools/ subdirectory. It may be able to figure out what went wrong. +If the configure script complains that you don't have a library that +you know you have installed, it usually means either that you've +installed things into multiple prefixes (see the bits on GNOME_PATH +below) or (if you're on Linux) that you installed the "foo" package +but forgot the "foo-devel" package. + HOW TO BUILD EVOLUTION ---------------------- |