[Groonga-mysql-commit] mroonga/mroonga at 508c117 [master] doc install: add more descriptions to build from source

Back to archive index

Kouhei Sutou null+****@clear*****
Sat Sep 13 21:55:38 JST 2014


Kouhei Sutou	2014-09-13 21:55:38 +0900 (Sat, 13 Sep 2014)

  New Revision: 508c117d262753c58082f270ffeed4f8fd779887
  https://github.com/mroonga/mroonga/commit/508c117d262753c58082f270ffeed4f8fd779887

  Message:
    doc install: add more descriptions to build from source

  Modified files:
    doc/locale/ja/LC_MESSAGES/install.po
    doc/source/install/others.rst

  Modified: doc/locale/ja/LC_MESSAGES/install.po (+7 -0)
===================================================================
--- doc/locale/ja/LC_MESSAGES/install.po    2014-09-11 21:48:45 +0900 (9d302c3)
+++ doc/locale/ja/LC_MESSAGES/install.po    2014-09-13 21:55:38 +0900 (fd0c66a)
@@ -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のバイナリが以下にインストールされているものと仮定します::"
 

  Modified: doc/source/install/others.rst (+12 -0)
===================================================================
--- doc/source/install/others.rst    2014-09-11 21:48:45 +0900 (a602628)
+++ doc/source/install/others.rst    2014-09-13 21:55:38 +0900 (94085e0)
@@ -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
@@ -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
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-mysql-commit mailing list
Back to archive index