diff options
author | hiro <hiro@ee746299-78ed-0310-b773-934348b2243d> | 2006-03-02 09:59:39 +0000 |
---|---|---|
committer | hiro <hiro@ee746299-78ed-0310-b773-934348b2243d> | 2006-03-02 09:59:39 +0000 |
commit | 69ae7a468ac06ea3482014cac7ff6c1dc0317552 (patch) | |
tree | d2c55271536447cc13fa8621a70267d22e819f0c | |
parent | 23ca11d826b45a1f1cbabc74a4e311e2f9e2ba7d (diff) |
updated INSTALL and README.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1024 ee746299-78ed-0310-b773-934348b2243d
-rw-r--r-- | INSTALL | 2 | ||||
-rw-r--r-- | INSTALL.ja | 2 | ||||
-rw-r--r-- | README | 4 | ||||
-rw-r--r-- | README.ja | 4 | ||||
-rw-r--r-- | configure.in | 4 |
5 files changed, 8 insertions, 8 deletions
@@ -13,7 +13,7 @@ Curretnly it is confirmed to work on the following environments Linux -o Debian GNU/Linux (i386/sid) (glibc 2.3.5) (development environment) +o Debian GNU/Linux (i386/sid) (glibc 2.3.6) (development environment) o Debian GNU/Linux (amd64/sid-based) (glibc 2.3.5) (development environment #2) o Debian GNU/Linux (sarge) (glibc 2.3.2) o Debian GNU/Linux 3.0 (woody) (glibc 2.2.5) @@ -11,7 +11,7 @@ Linux -o Debian GNU/Linux (i386/sid) (glibc 2.3.5) (開発環境) +o Debian GNU/Linux (i386/sid) (glibc 2.3.6) (開発環境) o Debian GNU/Linux (amd64/sid-based) (glibc 2.3.5) (開発環境 #2) o Debian GNU/Linux (sarge) (glibc 2.3.2) o Debian GNU/Linux 3.0 (woody) (glibc 2.2.5) @@ -238,9 +238,9 @@ You can get the newest source code from the Subversion repository. Move to an appropriate directory, and with the command: - svn checkout svn://sylpheed.good-day.net/sylpheed + svn checkout svn://sylpheed.good-day.net/sylpheed/trunk -a source tree named `sylpheed' is created under the current directory. +a source tree named 'trunk' is created under the current directory. The subdirectory of sylpheed is divided as following: @@ -255,9 +255,9 @@ Subversion のリポジトリから最新のソースを取得することができます。 適当なディレクトリに移動し、以下のコマンド - svn checkout svn://sylpheed.good-day.net/sylpheed + svn checkout svn://sylpheed.good-day.net/sylpheed/trunk -で カレントディレクトリ以下に sylpheed というソースツリーが作成されます。 +で カレントディレクトリ以下に 'trunk' というソースツリーが作成されます。 sylpheed ディレクトリ以下は次のように分かれています。 diff --git a/configure.in b/configure.in index 690cbba2..d767581b 100644 --- a/configure.in +++ b/configure.in @@ -6,10 +6,10 @@ PACKAGE=sylpheed dnl version number MAJOR_VERSION=2 MINOR_VERSION=2 -MICRO_VERSION=1 +MICRO_VERSION=2 INTERFACE_AGE=0 BINARY_AGE=0 -EXTRA_VERSION=+svn +EXTRA_VERSION= VERSION=$MAJOR_VERSION.$MINOR_VERSION.$MICRO_VERSION$EXTRA_VERSION dnl set $target |