aboutsummaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-11-17 07:12:59 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-11-17 07:12:59 +0000
commitcb0f123ef7a2d83796a648baa14e93ed00c639d6 (patch)
treeb13de4e2b471f7ec086d88f7b7ce51d5d126dbff /INSTALL
parentc21b3e1d1c8635bdeb9ead64d5616621cd2fa451 (diff)
implemented spell checking.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@754 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL9
1 files changed, 5 insertions, 4 deletions
diff --git a/INSTALL b/INSTALL
index d5fc2df3..c92bfff5 100644
--- a/INSTALL
+++ b/INSTALL
@@ -118,12 +118,13 @@ You can get GnuPG and GPGME from the following location:
Options for configure script
============================
+ --disable-gpgme disable GnuPG support (requires GPGME and GnuPG)
+ --disable-ssl disable SSL support (requires OpenSSL)
--disable-compface disable compface (X-Face) support
--disable-ipv6 disable IPv6 support
- --disable-ssl disable SSL support (requires OpenSSL)
- --disable-gpgme disable GnuPG support (requires GPGME and GnuPG)
- --enable-ldap LDAP support
- --enable-jpilot JPilot support
+ --enable-jpilot enable JPilot support
+ --enable-ldap enable LDAP support
+ --enable-gtkspell enable spell checking feature (requires GtkSpell)
For other options, refer to ./configure --help .