clarify the fact that voicemail IMAP storage cannot be built against a distro's binary c-client library package (at least not at this time)

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@53715 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Kevin P. Fleming
2007-02-09 16:42:22 +00:00
parent 89a3a01d0b
commit 23fc99bc5f
3 changed files with 19 additions and 1 deletions

View File

@@ -74,6 +74,12 @@ 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.
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.
After selecting it, use the 'x' key to exit menuselect and save
your changes, and the build/install Asterisk normally.