added function descriptions
[claws.git] / INSTALL
diff --git a/INSTALL b/INSTALL
index 846bbe646611a0f503b074887665c4cc94edfa26..12e117bf428e72f96fa01395f63c2cf99717ea6a 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -11,16 +11,15 @@ It is confirmed to work on the following environments:
 
 Linux
 
-o Debian GNU/Linux unstable (sid) (glibc 2.2.x)
-o Debian GNU/Linux testing (woody) (glibc 2.2.x)
+o Debian GNU/Linux unstable (sid) (glibc 2.3.x)
+o Debian GNU/Linux 3.0 (woody) (glibc 2.2.5)
 o Debian GNU/Linux 2.2 (potato) (glibc 2.1.3)
 o Kondara MNU/Linux (glibc 2.1.x)
 o Kondara MNU/Linux 1.2
 o Kondara MNU/Linux 2.0
 o Vine Linux 1.1 (glibc 2.0.x + libwcsmbs)
 o Vine Linux 2.0 (glibc 2.1.x) (Intel, PPC)
-o Vine Linux 2.1
-o Vine Linux 2.1.5
+o Vine Linux 2.1 / 2.1.5 / 2.5 / 2.6
 o Laser5 Linux 6.0 / 6.2 / 6.4 (glibc 2.1.x)
 o TurboLinux 4.0 (glibc 2.0.7 + libwcsmbs)
 o TurboLinux 6.0 (glibc 2.1.2)
@@ -41,9 +40,9 @@ o Linux for PPC Japanese Edition 3.0 (glibc 2.1.x)
 o LinuxPPC Q4 2000 (glibc 2.1.x)
 o Linux MLD4
 o Linux MLD5
-o Plamo Linux 2.0 / 2.1 / 2.2.x / 3.0-alpha
-o Slackware 7.0 / 7.1 / 8.0
-o Linux Mandrake 7.0 / 7.1 / 7.2 / 8.0 / 8.1
+o Plamo Linux 2.0 / 2.1 / 2.2.x / 3.0
+o Slackware 7.0 / 7.1 / 8.0 / 8.1
+o Linux Mandrake 7.0 / 7.1 / 7.2 / 8.0 / 8.1 / 9.0
 o SuSE Linux 6.3 (glibc 2.1.2)
 o SuSE Linux 6.4
 o SuSE Linux 7.0 / 7.1 / 7.2 / 7.3
@@ -75,7 +74,7 @@ o BSD/OS 4.0.1
 Other commercial Unix
 
 o Solaris 2.5 / 2.5.1 / 2.6
-o Solaris 7 / 8
+o Solaris 7 / 8 / 9
 o IRIX 6.3 / 6.4 / 6.5 6.5.8m
 o HP-UX 10.20 / 11.0 / 11i
 o Tru64 Unix 5.0 (OSF1 V5.0)
@@ -113,13 +112,10 @@ You can get compface utilities and library from the following location:
   http://freshmeat.net/projects/compface/
 
 Sylpheed supports US-ASCII, ISO-8859-1, and EUC-JP by default.
-If you want other character set / encoding (such as UTF-8, KOI8-R, and GB2312)
-to be supported, you have to install libjconv, which is a wrapper for
-iconv(). You can obtain it from the following location:
+If your system supports iconv() API, other character set / encoding
+(such as UTF-8, KOI8-R, and GB2312) will be also supported.
 
-  http://ghost.math.sci.hokudai.ac.jp/misc/libjconv/
-
-GnuPG (>= 1.0.7) and GPGME (>= 0.3.5) are required for GnuPG (PGP) support.
+GnuPG (>= 1.2.0) and GPGME (>= 0.3.10) are required for GnuPG (PGP) support.
 You can get GnuPG and GPGME from the following location:
 
   ftp://ftp.gnupg.org/pub/gcrypt/alpha/gpgme/
@@ -128,13 +124,15 @@ You can get GnuPG and GPGME from the following location:
 Options for configure script
 ============================
 
-  --disable-compface  disable compface (X-Face) support
-  --disable-jconv     disable libjconv support
-  --enable-ssl        SSL support (requires OpenSSL)
-  --enable-ipv6       IPv6 support
-  --enable-gpgme      GnuPG support (requires GPGME and GnuPG)
-  --enable-ldap       LDAP support
-  --enable-jpilot     JPilot support
+  --disable-compface           disable compface (X-Face) support
+  --enable-openssl             SSL support (requires OpenSSL)
+  --enable-ipv6                IPv6 support
+  --enable-gpgme               GnuPG support (requires GPGME and GnuPG)
+  --enable-ldap                LDAP support
+  --enable-jpilot              JPilot support
+  --enable-aspell              Aspell support
+  --enable-spamassassin-plugin SpamAssassin support
+  --enable-crash-dialog                GDB support
 
 For other options, refer to ./configure --help .