aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2010-02-23 04:21:09 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2010-02-23 04:21:09 +0000
commit8aef8ee1976f7985fa4764d3604903e064150519 (patch)
tree075ed5486e44eaea66ee5c5d7aac18a357fcd4db
parent479e0cec356cc69d2851317642c9f6f47c3b89a1 (diff)
updated INSTALL.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2503 ee746299-78ed-0310-b773-934348b2243d
-rw-r--r--INSTALL27
-rw-r--r--INSTALL.ja26
2 files changed, 46 insertions, 7 deletions
diff --git a/INSTALL b/INSTALL
index 80255658..6eab28b7 100644
--- a/INSTALL
+++ b/INSTALL
@@ -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
============================
diff --git a/INSTALL.ja b/INSTALL.ja
index 775d1e84..c46eceab 100644
--- a/INSTALL.ja
+++ b/INSTALL.ja
@@ -4,8 +4,8 @@
このプログラムをコンパイルするには GTK+ 2.4.0 以降が必要です(GTK+ 2.6.0
以降推奨)。
-このプログラムは Debian GNU/Linux (sarge/sid) (Linux 2.6.x + glibc 2.3.5)
-上で開発されています。他の環境ではうまく動作しない可能性もあります。
+このプログラムは Ubuntu 8.04 上で開発されています。
+他の環境ではうまく動作しない可能性もあります。
現在以下の環境で動作が確認されています(※最新版で動作するとは限りません):
@@ -86,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)
ビルド
======
@@ -117,6 +117,26 @@ GnuPG (PGP)対応を有効にしたい場合は、 GPGME 1.0.0 以降と GnuPG 1.2.0 以降が
ftp://ftp.gnupg.org/gcrypt/gpgme/
ftp://ftp.gnupg.org/gcrypt/gnupg/
+スペルチェック機能を有効にしたい場合は、 GtkSpell が必要です。
+
+ http://gtkspell.sourceforge.net/
+
+SSL 対応を有効にしたい場合は、 OpenSSL が必要です。
+
+ http://www.openssl.org/
+
+JPilot 対応を有効にしたい場合は、 pilot-link が必要です。
+
+ http://www.pilot-link.org/
+
+LDAP 対応を有効にしたい場合は、 OpenLDAP ライブラリが必要です。
+
+ http://www.openldap.org/
+
+アップデートチェック機能を利用する場合は、 Curl コマンドが必要です。
+
+ http://curl.haxx.se/
+
configure スクリプトのオプション
================================