diff options
author | hiro <hiro@ee746299-78ed-0310-b773-934348b2243d> | 2010-02-23 04:21:09 +0000 |
---|---|---|
committer | hiro <hiro@ee746299-78ed-0310-b773-934348b2243d> | 2010-02-23 04:21:09 +0000 |
commit | 8aef8ee1976f7985fa4764d3604903e064150519 (patch) | |
tree | 075ed5486e44eaea66ee5c5d7aac18a357fcd4db /INSTALL | |
parent | 479e0cec356cc69d2851317642c9f6f47c3b89a1 (diff) |
updated INSTALL.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2503 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 27 |
1 files changed, 23 insertions, 4 deletions
@@ -4,9 +4,8 @@ Installation This program requires GTK+ 2.4.0 or later to be compiled (GTK+ 2.6.0 or later is recommended). -This program is developed on Debian GNU/Linux (sarge/sid) -(Linux 2.6.x + glibc 2.3.5). It is possible that it dosen't work correctly -on the other environment. +This program is developed on Ubuntu 8.04. +It is possible that it dosen't work correctly on other environments. Curretnly it is confirmed to work on the following environments (Note: they might not work with the latest version): @@ -87,7 +86,7 @@ o Mac OS X 10.3 / 10.4 + X11 for Mac OS X Windows -o Windows 2000 / XP / Vista / 7 (MinGW / 32bit) +o Windows 2000 / XP / Vista / 7 (MinGW - 32bit) Build it ======== @@ -118,6 +117,26 @@ You can get GnuPG and GPGME from the following location: ftp://ftp.gnupg.org/gcrypt/gpgme/ ftp://ftp.gnupg.org/gcrypt/gnupg/ +GtkSpell is required for spell checking feature. + + http://gtkspell.sourceforge.net/ + +OpenSSL is required for SSL support. + + http://www.openssl.org/ + +Pilot-link is required for JPilot support. + + http://www.pilot-link.org/ + +OpenLDAP library is required for LDAP support. + + http://www.openldap.org/ + +Curl command is required if you want to use update check feature. + + http://curl.haxx.se/ + Options for configure script ============================ |