diff options
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 21 |
1 files changed, 11 insertions, 10 deletions
@@ -87,7 +87,7 @@ o Mac OS X 10.3 / 10.4 + X11 for Mac OS X Windows -o Windows 2000 / XP / Vista / 7 (MinGW) +o Windows 2000 / XP / Vista / 7 (MinGW / 32bit) Build it ======== @@ -121,15 +121,16 @@ 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-gtkspell disable spell checking feature (requires GtkSpell) - --disable-threads disable multi-threading support - --disable-ipv6 disable IPv6 support - --enable-jpilot enable JPilot support - --enable-ldap enable LDAP support - --enable-oniguruma use Oniguruma instead of system's regex + --disable-gpgme disable GnuPG support (requires GPGME and GnuPG) + --disable-ssl disable SSL support (requires OpenSSL) + --disable-compface disable compface (X-Face) support + --disable-gtkspell disable spell checking feature (requires GtkSpell) + --disable-threads disable multi-threading support + --disable-ipv6 disable IPv6 support + --disable-updatecheck disable update check feature + --enable-jpilot enable JPilot support + --enable-ldap enable LDAP support + --enable-oniguruma use Oniguruma instead of system's regex For other options, refer to ./configure --help . |