[Groonga-commit] groonga/groonga at 11fe180 [master] doc: update latest release

Back to archive index

HAYASHI Kentaro null+****@clear*****
Wed Mar 25 11:41:38 JST 2015


HAYASHI Kentaro	2015-03-25 11:41:38 +0900 (Wed, 25 Mar 2015)

  New Revision: 11fe180de096160e845aa8c2dbed6f360bca38ad
  https://github.com/groonga/groonga/commit/11fe180de096160e845aa8c2dbed6f360bca38ad

  Message:
    doc: update latest release

  Modified files:
    doc/source/install/centos.rst
    doc/source/install/debian.rst
    doc/source/install/fedora.rst
    doc/source/install/mac_os_x.rst
    doc/source/install/others.rst
    doc/source/install/solaris.rst
    doc/source/install/ubuntu.rst
    doc/source/install/windows.rst

  Modified: doc/source/install/centos.rst (+3 -3)
===================================================================
--- doc/source/install/centos.rst    2015-03-25 11:37:18 +0900 (ca12912)
+++ doc/source/install/centos.rst    2015-03-25 11:41:38 +0900 (3fcfa1c)
@@ -170,9 +170,9 @@ Install required packages to build Groonga::
 
 Download source::
 
-  % wget http://packages.groonga.org/source/groonga/groonga-5.0.0.tar.gz
-  % tar xvzf groonga-5.0.0.tar.gz
-  % cd groonga-5.0.0
+  % wget http://packages.groonga.org/source/groonga/groonga-5.0.1.tar.gz
+  % tar xvzf groonga-5.0.1.tar.gz
+  % cd groonga-5.0.1
 
 Configure (see :ref:`source-configure` about ``configure`` options)::
 

  Modified: doc/source/install/debian.rst (+3 -3)
===================================================================
--- doc/source/install/debian.rst    2015-03-25 11:37:18 +0900 (7ccb853)
+++ doc/source/install/debian.rst    2015-03-25 11:41:38 +0900 (83bbbb7)
@@ -72,9 +72,9 @@ Install required packages to build Groonga::
 
 Download source::
 
-  % wget http://packages.groonga.org/source/groonga/groonga-5.0.0.tar.gz
-  % tar xvzf groonga-5.0.0.tar.gz
-  % cd groonga-5.0.0
+  % wget http://packages.groonga.org/source/groonga/groonga-5.0.1.tar.gz
+  % tar xvzf groonga-5.0.1.tar.gz
+  % cd groonga-5.0.1
 
 Configure (see :ref:`source-configure` about ``configure`` options)::
 

  Modified: doc/source/install/fedora.rst (+3 -3)
===================================================================
--- doc/source/install/fedora.rst    2015-03-25 11:37:18 +0900 (07a40f2)
+++ doc/source/install/fedora.rst    2015-03-25 11:41:38 +0900 (e423d80)
@@ -80,9 +80,9 @@ Install required packages to build Groonga::
 
 Download source::
 
-  % wget http://packages.groonga.org/source/groonga/groonga-5.0.0.tar.gz
-  % tar xvzf groonga-5.0.0.tar.gz
-  % cd groonga-5.0.0
+  % wget http://packages.groonga.org/source/groonga/groonga-5.0.1.tar.gz
+  % tar xvzf groonga-5.0.1.tar.gz
+  % cd groonga-5.0.1
 
 Configure (see :ref:`source-configure` about ``configure`` options)::
 

  Modified: doc/source/install/mac_os_x.rst (+3 -3)
===================================================================
--- doc/source/install/mac_os_x.rst    2015-03-25 11:37:18 +0900 (907ad13)
+++ doc/source/install/mac_os_x.rst    2015-03-25 11:41:38 +0900 (2242c39)
@@ -39,9 +39,9 @@ Install `Xcode <https://developer.apple.com/xcode/>`_.
 
 Download source::
 
-  % curl -O http://packages.groonga.org/source/groonga/groonga-5.0.0.tar.gz
-  % tar xvzf groonga-5.0.0.tar.gz
-  % cd groonga-5.0.0
+  % curl -O http://packages.groonga.org/source/groonga/groonga-5.0.1.tar.gz
+  % tar xvzf groonga-5.0.1.tar.gz
+  % cd groonga-5.0.1
 
 Configure (see :ref:`source-configure` about ``configure`` options)::
 

  Modified: doc/source/install/others.rst (+3 -3)
===================================================================
--- doc/source/install/others.rst    2015-03-25 11:37:18 +0900 (5e12579)
+++ doc/source/install/others.rst    2015-03-25 11:41:38 +0900 (4fd2d61)
@@ -74,9 +74,9 @@ Build from source
 Groonga uses GNU build system. So the following is the simplest build
 steps::
 
-  % wget http://packages.groonga.org/source/groonga/groonga-5.0.0.tar.gz
-  % tar xvzf groonga-5.0.0.tar.gz
-  % cd groonga-5.0.0
+  % wget http://packages.groonga.org/source/groonga/groonga-5.0.1.tar.gz
+  % tar xvzf groonga-5.0.1.tar.gz
+  % cd groonga-5.0.1
   % ./configure
   % make
   % sudo make install

  Modified: doc/source/install/solaris.rst (+3 -3)
===================================================================
--- doc/source/install/solaris.rst    2015-03-25 11:37:18 +0900 (fddccc4)
+++ doc/source/install/solaris.rst    2015-03-25 11:41:38 +0900 (8129bc0)
@@ -17,9 +17,9 @@ Install required packages to build Groonga::
 
 Download source::
 
-  % wget http://packages.groonga.org/source/groonga/groonga-5.0.0.tar.gz
-  % gtar xvzf groonga-5.0.0.tar.gz
-  % cd groonga-5.0.0
+  % wget http://packages.groonga.org/source/groonga/groonga-5.0.1.tar.gz
+  % gtar xvzf groonga-5.0.1.tar.gz
+  % cd groonga-5.0.1
 
 Configure with ``CFLAGS="-m64" CXXFLAGS="-m64"`` variables. They are
 needed for building 64-bit version. To build 32-bit version, just

  Modified: doc/source/install/ubuntu.rst (+3 -3)
===================================================================
--- doc/source/install/ubuntu.rst    2015-03-25 11:37:18 +0900 (cd0a228)
+++ doc/source/install/ubuntu.rst    2015-03-25 11:41:38 +0900 (f9516af)
@@ -81,9 +81,9 @@ Install required packages to build Groonga::
 
 Download source::
 
-  % wget http://packages.groonga.org/source/groonga/groonga-5.0.0.tar.gz
-  % tar xvzf groonga-5.0.0.tar.gz
-  % cd groonga-5.0.0
+  % wget http://packages.groonga.org/source/groonga/groonga-5.0.1.tar.gz
+  % tar xvzf groonga-5.0.1.tar.gz
+  % cd groonga-5.0.1
 
 Configure (see :ref:`source-configure` about ``configure`` options)::
 

  Modified: doc/source/install/windows.rst (+9 -9)
===================================================================
--- doc/source/install/windows.rst    2015-03-25 11:37:18 +0900 (27ad14c)
+++ doc/source/install/windows.rst    2015-03-25 11:41:38 +0900 (efc9d33)
@@ -21,14 +21,14 @@ Installer
 For 32-bit environment, download x86 executable binary from
 packages.groonga.org:
 
-  * http://packages.groonga.org/windows/groonga/groonga-5.0.0-x86.exe
+  * http://packages.groonga.org/windows/groonga/groonga-5.0.1-x86.exe
 
 Then run it.
 
 For 64-bit environment, download x64 executable binary from
 packages.goronga.org:
 
-  * http://packages.groonga.org/windows/groonga/groonga-5.0.0-x64.exe
+  * http://packages.groonga.org/windows/groonga/groonga-5.0.1-x64.exe
 
 Then run it.
 
@@ -41,14 +41,14 @@ zip
 For 32-bit environment, download x86 zip archive from
 packages.groonga.org:
 
-  * http://packages.groonga.org/windows/groonga/groonga-5.0.0-x86.zip
+  * http://packages.groonga.org/windows/groonga/groonga-5.0.1-x86.zip
 
 Then extract it.
 
 For 64-bit environment, download x64 zip archive from
 packages.groonga.org:
 
-  * http://packages.groonga.org/windows/groonga/groonga-5.0.0-x64.zip
+  * http://packages.groonga.org/windows/groonga/groonga-5.0.1-x64.zip
 
 Then extract it.
 
@@ -66,27 +66,27 @@ Windows. Here are required tools:
 
 Download zipped source from packages.groonga.org:
 
-  * http://packages.groonga.org/source/groonga/groonga-5.0.0.zip
+  * http://packages.groonga.org/source/groonga/groonga-5.0.1.zip
 
 Then extract it.
 
 Move to the Groonga's source folder::
 
-  > cd c:\Users\%USERNAME%\Downloads\groonga-5.0.0
+  > cd c:\Users\%USERNAME%\Downloads\groonga-5.0.1
 
 Configure by ``cmake``. The following commnad line is for 64-bit
 version. To build 32-bit version, use ``-G "Visual Studio 10"``
 parameter instead::
 
-  groonga-5.0.0> cmake . -G "Visual Studio 10 Win64" -DCMAKE_INSTALL_PREFIX=C:\groonga
+  groonga-5.0.1> cmake . -G "Visual Studio 10 Win64" -DCMAKE_INSTALL_PREFIX=C:\groonga
 
 Build::
 
-  groonga-5.0.0> cmake --build . --config Release
+  groonga-5.0.1> cmake --build . --config Release
 
 Install::
 
-  groonga-5.0.0> cmake --build . --config Release --target Install
+  groonga-5.0.1> cmake --build . --config Release --target Install
 
 After the above steps, :doc:`/reference/executables/groonga` is found in
 ``c:\groonga\bin\groonga.exe``.
-------------- next part --------------
HTML����������������������������...
Download 



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