2008-08-21 [colin] 3.5.0cvs65
[claws.git] / INSTALL
diff --git a/INSTALL b/INSTALL
index b320f414405fbd50391b8c2cca3403e26a829d9e..2f310febf638f5b0348f7a1832ff9b4dd0f0378d 100644 (file)
--- 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,6 +18,10 @@ 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
@@ -25,9 +29,6 @@ only needed if you require the additional functionality
 Aspell (>= 0.50) (and dictionaries)
     for spell-checker support
     http://aspell.sourceforge.net/
-Clam AntiVirus
-    for Clam AntiVirus plugin support
-    http://clamav.sourceforge.net/
 compface
     for X-Face support
     http://freshmeat.net/projects/compface/
@@ -38,13 +39,10 @@ GnuPG (>= 1.2.1) and GPGME (>=  0.4.5)
     for GnuPG plugin support
     http://www.gnupg.org/
     ftp://ftp.gnupg.org/gcrypt/gpgme/
-GtkMathView (>= 0.4.2 and < 0.5)
-    for MathML viewer plugin support
-    http://helm.cs.unibo.it/mml-widget/
 J-Pilot
     for J-Pilot support
     http://www.jpilot.org/
-libEtPan! (>= 0.38)
+libEtPan! (>= 0.52)
     for IMAP4 support
     http://www.etpan.org
 libgnomeprint (>= 2.2)
@@ -58,19 +56,22 @@ OpenSSL (>= 0.9.7)
     http://www.openssl.org/
 SpamAssassin
     for SpamAssassin plugin support
-    http://spamassassin.org/
-  
+    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
   --disable-libetpan               disable IMAP4 support
   --disable-gnomeprint             disable libgnomeprint support
-  --enable-aspell                  GNU/aspell support
-  --enable-ldap                    LDAP support
-  --enable-jpilot                  JPilot support
+  --disable-aspell                         disable GNU/aspell support
+  --disable-ldap                           disable LDAP support
+  --disable-jpilot                         disable JPilot support
   --enable-crash-dialog            enable crash dialog
   --disable-startup-notification    disable startup notification support
   --disable-trayicon-plugin         do not build System Tray Icon plugin
@@ -78,9 +79,7 @@ Options for configure script
   --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-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
  
 For other options, refer to ./configure --help .