X-Git-Url: http://git.claws-mail.org/?p=claws.git;a=blobdiff_plain;f=INSTALL;h=f8786a804b73de0d7730a43f40d81ccf77645877;hp=50f8fc3d875adbd0369a16c5ef5845bc4445edbd;hb=f741daa58a89284a4745c7ebf15f2a1ad57e3f8f;hpb=02dd9e005c8584396039bc255ca30a75385101ac;ds=sidebyside diff --git a/INSTALL b/INSTALL index 50f8fc3d8..f8786a804 100644 --- a/INSTALL +++ b/INSTALL @@ -1,7 +1,7 @@ Installation ============ -This program requires GTK+ 2.4.0 or higher to be compiled. +This program requires GTK+ 2.6.0 or higher to be compiled. Build it ======== @@ -18,60 +18,84 @@ To compile and install, just type: Password: [Enter password] # make install +To run, just type: + +% claws-mail + Additional libraries ==================== only needed if you require the additional functionality +Bogofilter + for Bogofilter plugin support + http://bogofilter.sourceforge.net/ compface for X-Face support http://freshmeat.net/projects/compface/ -GnuPG (>= 1.2.1) and GPGME (>= 0.3.12 and < 0.4) - for GnuPG support +D-Bus + for interprocess communication support + http://www.freedesktop.org/wiki/Software/dbus +Dillo (>= 0.7.0) + for Dillo HTML viewer plugin support + http://www.dillo.org/ +Enchant (and dictionaries) + for spell-checker support + http://www.abisource.com/enchant/ +GnuPG (>= 1.2.1) and GPGME (>= 0.4.5) + for GnuPG and S/MIME plugin support http://www.gnupg.org/ ftp://ftp.gnupg.org/gcrypt/gpgme/ -OpenSSL (>= 0.9.7) - for SSL support - http://www.openssl.org/ -OpenLDAP (>= 2.0.7) - for LDAP support - http://www.openldap.org/ -Aspell (>= 0.50) (and dictionaries) - for spell-checker support - http://aspell.sourceforge.net/ J-Pilot for J-Pilot support http://www.jpilot.org/ +libEtPan! (>= 0.57) + for IMAP4 and NNTP support + http://www.etpan.org +GTK+ >= 2.10 or libgnomeprint (>= 2.2) + for extended printing support + http://www.gnome.org +Network Manager + for support for detection of network connection changes + http://www.gnome.org/projects/NetworkManager/ +OpenLDAP (>= 2.0.7) + for LDAP support + http://www.openldap.org/ +GnuTLS (>= 0.4.2) + for SSL support + http://www.gnu.org/software/gnutls/ SpamAssassin for SpamAssassin plugin support - http://spamassassin.org/ -Clam AntiVirus - for Clam AntiVirus plugin support - http://clamav.sourceforge.net/ -Dillo (>= 0.7.0) - for Dillo HTML viewer plugin support - http://www.dillo.org/ -GtkMathView (>= 0.4.2 and < 0.5) - for MathML viewer plugin support - http://helm.cs.unibo.it/mml-widget/ - + http://spamassassin.apache.org/ + Options for configure script ============================ - --with-config-dir=RCDIR Local config dir (default: .sylpheed-gtk2) +Most options are automatically enabled if the dependencies +are matched. + + --with-config-dir=RCDIR local config dir (default: ~/.claws-mail) --disable-compface disable compface (X-Face) support --disable-ipv6 disable IPv6 support - --disable-openssl disable OpenSSL support - --enable-aspell GNU/aspell support - --enable-ldap LDAP support - --enable-jpilot JPilot support - --enable-crash-dialog enable crash dialog + --disable-gnutls disable GnuTLS support + --disable-libetpan disable IMAP4 and NNTP support + --disable-gnomeprint disable libgnomeprint support + --disable-enchant disable Enchant support + --disable-ldap disable LDAP support + --disable-jpilot disable JPilot support --disable-startup-notification disable startup notification support - --disable-trayicon-plugin Do not build System Tray Icon plugin - --enable-spamassassin-plugin Build SpamAssassin plugin - --disable-pgpmime-plugin Do not build PGP/MIME plugin - --disable-mathml-viewer-plugin Do not build MathML-Viewer plugin - --disable-dillo-viewer-plugin Do not build Dillo plugin - --disable-clamav-plugin Do not build Clam AntiVirus plugin - + --disable-valgrind disable valgrind support for debugging + --enable-crash-dialog enable crash dialog + --disable-startup-notification disable startup notification support + --disable-trayicon-plugin do not build System Tray Icon plugin + --disable-spamassassin-plugin do not build SpamAssassin plugin + --disable-pgpcore-plugin do not build PGP/Core plugin + --disable-pgpmime-plugin do not build PGP/MIME plugin + --disable-pgpinline-plugin do not build PGP/Inline plugin + --disable-smime-plugin do not build S/Mime plugin + --disable-dillo-viewer-plugin do not build Dillo plugin + --disable-bogofilter-plugin do not build bogofilter plugin + --disable-manual do not build user manuals + --disable-nls do not use Native Language Support + For other options, refer to ./configure --help .