Skip to content

Commit efd9972

Browse files
committedJul 18, 2011
fixed docs
1 parent 06a6b31 commit efd9972

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed
 

‎docs-en/installation.en.txt

+4-3
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,10 @@ crash, etc).
1818
$ ./configure --with-mysql-source=/work/mysql-5.1.50 --with-mysql-bindir=/work/mysql-5.1.50-linux-x86_64-glibc23/bin --with-mysql-plugindir=/work/mysql-5.1.50-linux-x86_64-glibc23/lib/plugin
1919

2020
--with-mysql-source refers to the top of MySQL source directory (which
21-
contains the VERSION file), --with-mysql-bindir refers to where MySQL
22-
binary executables (i.e. mysql_config) are located, and --with-mysql-plugindir
23-
refers to a plugin directory where plugin libraries (*.so) are installed.
21+
contains the VERSION file or the configure.in file), --with-mysql-bindir
22+
refers to where MySQL binary executables (i.e. mysql_config) are located,
23+
and --with-mysql-plugindir refers to a plugin directory where plugin
24+
libraries (*.so) are installed.
2425

2526
$ make
2627
$ sudo make install

‎docs-ja/installation.ja.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ HandlerSocketプラグインのビルド方法(RPMを使わない方法)
88
$ ./configure --with-mysql-source=/work/mysql-5.1.50 --with-mysql-bindir=/work/mysql-5.1.50-linux-x86_64-glibc23/bin --with-mysql-plugindir=/work/mysql-5.1.50-linux-x86_64-glibc23/lib/plugin
99

1010
ここで--with-mysql-sourceにはMySQLのソースコードのトップディレク
11-
トリを指定します。--with-mysql-bindirにはインストール済みのMySQL
11+
トリを指定します(そこにVERSIONファイルかconfigure.inファイルがなく
12+
てはなりません)。--with-mysql-bindirにはインストール済みのMySQL
1213
のmysql_configコマンドが有るディレクトリを指定します。
1314
その後以下のようにビルド・インストールします。
1415

0 commit comments

Comments
 (0)
Please sign in to comment.