dovecot-sieve-1.0: Updated compiling instructions.

dovecot at dovecot.org dovecot at dovecot.org
Wed Aug 1 15:02:54 EEST 2007


details:   http://hg.dovecot.org/dovecot-sieve-1.0/rev/9137442dd18a
changeset: 27:9137442dd18a
user:      Timo Sirainen <tss at iki.fi>
date:      Wed Aug 01 15:02:51 2007 +0300
description:
Updated compiling instructions.

diffstat:

1 file changed, 14 insertions(+), 5 deletions(-)
INSTALL |   19 ++++++++++++++-----

diffs (32 lines):

diff -r e0abdd7ec41c -r 9137442dd18a INSTALL
--- a/INSTALL	Fri Jul 20 11:19:54 2007 +0300
+++ b/INSTALL	Wed Aug 01 15:02:51 2007 +0300
@@ -1,14 +1,23 @@ Compiling
 Compiling
 ---------
 
-First of all you'll need to have built Dovecot sources available. It's also
-not a good idea to build the plugin against self-compiled Dovecot sources,
-but then actually use a prebuilt binary package of Dovecot. That might work
-if the Dovecot versions are the same, but it's not guaranteed.
+Use --with-dovecot=<path> to point to dovecot-config file's directory.
+There are two possibilities where this could exist:
 
-./configure --with-dovecot=../dovecot-1.0
+1) If you configured Dovecot with --enable-header-install, you'll have
+dovecot-config installed in $prefix/lib/dovecot/ directory.
+
+2) Compiled Dovecot sources' root directory.
+
+So for example:
+
+./configure --with-dovecot=/usr/local/lib/dovecot
 make
 sudo make install
+
+sievec and sieved binaries are built only if you use 2) method, because
+they need to link with Dovecot's libraries. They can be used to compile and
+decompile Sieve scripts. You probably don't need these.
 
 Configuring
 -----------


More information about the dovecot-cvs mailing list