aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authormmichelson <mmichelson@f38db490-d61c-443f-a65b-d21fe96a405b>2008-02-14 23:44:17 +0000
committermmichelson <mmichelson@f38db490-d61c-443f-a65b-d21fe96a405b>2008-02-14 23:44:17 +0000
commitcaf35e69f089b78ea036d5b0660ed04db097cfc8 (patch)
treebb28b186605d09742f731fcc9787d270f2b24723 /doc
parent83f324753d654d70508428ccac04b65419f6678d (diff)
Update documentation regarding configuration of IMAP
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@103701 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'doc')
-rw-r--r--doc/imapstorage.txt26
1 files changed, 18 insertions, 8 deletions
diff --git a/doc/imapstorage.txt b/doc/imapstorage.txt
index 1e5484b3e..ccb593304 100644
--- a/doc/imapstorage.txt
+++ b/doc/imapstorage.txt
@@ -70,15 +70,25 @@ Compiling Asterisk
------------------
Configure with ./configure --with-imap=/usr/src/imap
-or where ever you built thfe UWashington IMAP Toolkit. When you run
-'make menuselect', choose 'Voicemail Build Options' and the
-IMAP_STORAGE option should be available for selection.
+or where ever you built thfe UWashington IMAP Toolkit.
+
+A second configure option is to not specify a directory (i.e.
+./configure --with-imap). This will assume that you have the
+imap-2004g source installed in the .. directory relative to the
+Asterisk source.
+
+A third option is to specify --with-imap=system. This will assume
+that you have installed a dynamically linked version of the c-client
+library (most likely via a package provided by your distro). This will
+attempt to link agains -lc-client and will search for c-client headers
+in your include path starting with the imap directory, and upon failure,
+in the c-client directory.
-Note that the --with-imap option will NOT search your system for an
-installed copy of the IMAP Toolkit c-client library; the Asterisk
-Makefiles and configure script are designed to build against an
-unpacked and compiled source tree of the IMAP Toolkit, not a binary
-distribution.
+Note that if you attempt one of the first two configuration options for
+IMAP and it fails, the "system" option will be automatically attempted.
+
+When you run 'make menuselect', choose 'Voicemail Build Options' and the
+IMAP_STORAGE option should be available for selection.
After selecting it, use the 'x' key to exit menuselect and save
your changes, and the build/install Asterisk normally.