Navigation Menu

Skip to content

Commit

Permalink
doc install: add more descriptions to build from source
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Sep 13, 2014
1 parent 1f06d56 commit 508c117
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
7 changes: 7 additions & 0 deletions doc/locale/ja/LC_MESSAGES/install.po
Expand Up @@ -354,6 +354,13 @@ msgstr ""
"mysql-5.6.32を使用し、以下にソースディレクトリが展開されているものと仮定しま"
"す::"

#, fuzzy
msgid "Then build in the following directory::"
msgstr "MySQLのバイナリが以下にインストールされているものと仮定します::"

msgid "Here are command lines to build and install MySQL::"
msgstr ""

msgid "And we assume that MySQL is installed in the following directory::"
msgstr "MySQLのバイナリが以下にインストールされているものと仮定します::"

Expand Down
12 changes: 12 additions & 0 deletions doc/source/install/others.rst
Expand Up @@ -74,6 +74,17 @@ extracted in the following directory::

/usr/local/src/mysql-5.6.32

Then build in the following directory::

/usr/local/build/mysql-5.6.32

Here are command lines to build and install MySQL::

% cd /usr/local/build/mysql-5.6.32
% cmake /usr/local/src/mysql-5.6.32
% make
% sudo make install

And we assume that MySQL is installed in the following directory::

/usr/local/mysql
Expand All @@ -89,6 +100,7 @@ steps::
% cd mroonga-4.05
% ./configure \
--with-mysql-source=/usr/local/src/mysql-5.6.32 \
--with-mysql-build=/usr/local/build/mysql-5.6.32 \
--with-mysql-config=/usr/local/mysql/bin/mysql_config
% make
% sudo make install
Expand Down

0 comments on commit 508c117

Please sign in to comment.