[Groonga-mysql-commit] mroonga/mroonga at e5c51a6 [master] doc: update MySQL version

Back to archive index

Kouhei Sutou null+****@clear*****
Sun May 19 23:02:10 JST 2013


Kouhei Sutou	2013-05-19 23:02:10 +0900 (Sun, 19 May 2013)

  New Revision: e5c51a65b12973e8234ebffea8ec9b1aa5d62b57
  https://github.com/mroonga/mroonga/commit/e5c51a65b12973e8234ebffea8ec9b1aa5d62b57

  Message:
    doc: update MySQL version
    
    5.5.22 ->
    5.5.31

  Modified files:
    doc/source/install.rst

  Modified: doc/source/install.rst (+4 -4)
===================================================================
--- doc/source/install.rst    2013-05-19 22:36:49 +0900 (7db4e77)
+++ doc/source/install.rst    2013-05-19 23:02:10 +0900 (550d35d)
@@ -449,9 +449,9 @@ Download the latest MySQL 5.5 source code, then build and install it.
 
 http://dev.mysql.com/downloads/mysql/
 
-Here we assume that we use mysql-5.5.22 and its source code is extracted in the following directory. ::
+Here we assume that we use mysql-5.5.31 and its source code is extracted in the following directory. ::
 
- /usr/local/src/mysql-5.5.22
+ /usr/local/src/mysql-5.5.31
 
 And we assume that MySQL is installed in the following directory. ::
 
@@ -472,14 +472,14 @@ Build mroonga
 Run configure script by specifying the location of MySQL source code with ``--with-mysql-source`` and the path of mysql_config command with ``--with-mysql-config``. ::
 
  ./configure \
-   --with-mysql-source=/usr/local/src/mysql-5.5.22 \
+   --with-mysql-source=/usr/local/src/mysql-5.5.31 \
    --with-mysql-config=/usr/local/mysql/bin/mysql_config
 
 If groonga is not installed in the standard location like /usr/lib, you need to specify its location by PKG_CONFIG_PATH. For example, if groonga is installed with ``--prefix=$HOME/local``, do like the following ::
 
  ./configure \
    PKG_CONFIG_PATH=$HOME/local/lib/pkgconfig \
-   --with-mysql-source=/usr/local/src/mysql-5.5.22 \
+   --with-mysql-source=/usr/local/src/mysql-5.5.31 \
    --with-mysql-config=/usr/local/mysql/bin/mysql_config
 
 Then invoke "make". ::
-------------- next part --------------
HTML����������������������������...
Download 



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