[Groonga-commit] groonga/groonga at c195267 [master] doc: update release version

Back to archive index

HAYASHI Kentaro null+****@clear*****
Fri Nov 22 11:06:21 JST 2013


HAYASHI Kentaro	2013-11-22 11:06:21 +0900 (Fri, 22 Nov 2013)

  New Revision: c1952670f67d0c62e09f0fbbc2f8766d642e7269
  https://github.com/groonga/groonga/commit/c1952670f67d0c62e09f0fbbc2f8766d642e7269

  Message:
    doc: update release version

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

  Modified: doc/source/install/centos.txt (+3 -3)
===================================================================
--- doc/source/install/centos.txt    2013-11-22 11:04:34 +0900 (9b1b142)
+++ doc/source/install/centos.txt    2013-11-22 11:06:21 +0900 (b69c38f)
@@ -153,9 +153,9 @@ Install required packages to build groonga::
 
 Download source::
 
-  % wget http://packages.groonga.org/source/groonga/groonga-3.0.9.tar.gz
-  % tar xvzf groonga-3.0.9.tar.gz
-  % cd groonga-3.0.9
+  % wget http://packages.groonga.org/source/groonga/groonga-3.1.0.tar.gz
+  % tar xvzf groonga-3.1.0.tar.gz
+  % cd groonga-3.1.0
 
 Configure (see :ref:`source-configure` about ``configure`` options)::
 

  Modified: doc/source/install/debian.txt (+3 -3)
===================================================================
--- doc/source/install/debian.txt    2013-11-22 11:04:34 +0900 (31d18c4)
+++ doc/source/install/debian.txt    2013-11-22 11:06:21 +0900 (c70ec46)
@@ -185,9 +185,9 @@ Install required packages to build groonga::
 
 Download source::
 
-  % wget http://packages.groonga.org/source/groonga/groonga-3.0.9.tar.gz
-  % tar xvzf groonga-3.0.9.tar.gz
-  % cd groonga-3.0.9
+  % wget http://packages.groonga.org/source/groonga/groonga-3.1.0.tar.gz
+  % tar xvzf groonga-3.1.0.tar.gz
+  % cd groonga-3.1.0
 
 Configure (see :ref:`source-configure` about ``configure`` options)::
 

  Modified: doc/source/install/fedora.txt (+3 -3)
===================================================================
--- doc/source/install/fedora.txt    2013-11-22 11:04:34 +0900 (4b07496)
+++ doc/source/install/fedora.txt    2013-11-22 11:06:21 +0900 (45da09e)
@@ -82,9 +82,9 @@ Install required packages to build groonga::
 
 Download source::
 
-  % wget http://packages.groonga.org/source/groonga/groonga-3.0.9.tar.gz
-  % tar xvzf groonga-3.0.9.tar.gz
-  % cd groonga-3.0.9
+  % wget http://packages.groonga.org/source/groonga/groonga-3.1.0.tar.gz
+  % tar xvzf groonga-3.1.0.tar.gz
+  % cd groonga-3.1.0
 
 Configure (see :ref:`source-configure` about ``configure`` options)::
 

  Modified: doc/source/install/mac_os_x.txt (+3 -3)
===================================================================
--- doc/source/install/mac_os_x.txt    2013-11-22 11:04:34 +0900 (d9836c1)
+++ doc/source/install/mac_os_x.txt    2013-11-22 11:06:21 +0900 (31d1959)
@@ -40,9 +40,9 @@ Install `Xcode <https://developer.apple.com/xcode/>`_.
 
 Download source::
 
-  % curl -O http://packages.groonga.org/source/groonga/groonga-3.0.9.tar.gz
-  % tar xvzf groonga-3.0.9.tar.gz
-  % cd groonga-3.0.9
+  % curl -O http://packages.groonga.org/source/groonga/groonga-3.1.0.tar.gz
+  % tar xvzf groonga-3.1.0.tar.gz
+  % cd groonga-3.1.0
 
 Configure (see :ref:`source-configure` about ``configure`` options)::
 

  Modified: doc/source/install/others.txt (+3 -3)
===================================================================
--- doc/source/install/others.txt    2013-11-22 11:04:34 +0900 (e2d1e0f)
+++ doc/source/install/others.txt    2013-11-22 11:06:21 +0900 (6389ab8)
@@ -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-3.0.9.tar.gz
-  % tar xvzf groonga-3.0.9.tar.gz
-  % cd groonga-3.0.9
+  % wget http://packages.groonga.org/source/groonga/groonga-3.1.0.tar.gz
+  % tar xvzf groonga-3.1.0.tar.gz
+  % cd groonga-3.1.0
   % ./configure
   % make
   % sudo make install

  Modified: doc/source/install/solaris.txt (+3 -3)
===================================================================
--- doc/source/install/solaris.txt    2013-11-22 11:04:34 +0900 (3db6925)
+++ doc/source/install/solaris.txt    2013-11-22 11:06:21 +0900 (16b7caa)
@@ -17,9 +17,9 @@ Install required packages to build groonga::
 
 Download source::
 
-  % wget http://packages.groonga.org/source/groonga/groonga-3.0.9.tar.gz
-  % gtar xvzf groonga-3.0.9.tar.gz
-  % cd groonga-3.0.9
+  % wget http://packages.groonga.org/source/groonga/groonga-3.1.0.tar.gz
+  % gtar xvzf groonga-3.1.0.tar.gz
+  % cd groonga-3.1.0
 
 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.txt (+3 -3)
===================================================================
--- doc/source/install/ubuntu.txt    2013-11-22 11:04:34 +0900 (e30ac1a)
+++ doc/source/install/ubuntu.txt    2013-11-22 11:06:21 +0900 (d7b4f01)
@@ -253,9 +253,9 @@ Install required packages to build groonga::
 
 Download source::
 
-  % wget http://packages.groonga.org/source/groonga/groonga-3.0.9.tar.gz
-  % tar xvzf groonga-3.0.9.tar.gz
-  % cd groonga-3.0.9
+  % wget http://packages.groonga.org/source/groonga/groonga-3.1.0.tar.gz
+  % tar xvzf groonga-3.1.0.tar.gz
+  % cd groonga-3.1.0
 
 Configure (see :ref:`source-configure` about ``configure`` options)::
 

  Modified: doc/source/install/windows.txt (+9 -9)
===================================================================
--- doc/source/install/windows.txt    2013-11-22 11:04:34 +0900 (fa32bf8)
+++ doc/source/install/windows.txt    2013-11-22 11:06:21 +0900 (3191065)
@@ -20,14 +20,14 @@ Installer
 For 32-bit environment, download x86 executable binary from
 packages.groonga.org:
 
-  * http://packages.groonga.org/windows/groonga/groonga-3.0.9-x86.exe
+  * http://packages.groonga.org/windows/groonga/groonga-3.1.0-x86.exe
 
 Then run it.
 
 For 64-bit environment, download x64 executable binary from
 packages.goronga.org:
 
-  * http://packages.groonga.org/windows/groonga/groonga-3.0.9-x64.exe
+  * http://packages.groonga.org/windows/groonga/groonga-3.1.0-x64.exe
 
 Then run it.
 
@@ -40,14 +40,14 @@ zip
 For 32-bit environment, download x86 zip archive from
 packages.groonga.org:
 
-  * http://packages.groonga.org/windows/groonga/groonga-3.0.9-x86.zip
+  * http://packages.groonga.org/windows/groonga/groonga-3.1.0-x86.zip
 
 Then extract it.
 
 For 64-bit environment, download x64 zip archive from
 packages.groonga.org:
 
-  * http://packages.groonga.org/windows/groonga/groonga-3.0.9-x64.zip
+  * http://packages.groonga.org/windows/groonga/groonga-3.1.0-x64.zip
 
 Then extract it.
 
@@ -65,27 +65,27 @@ Windows. Here are required tools:
 
 Download zipped source from packages.groonga.org:
 
-  * http://packages.groonga.org/source/groonga/groonga-3.0.9.zip
+  * http://packages.groonga.org/source/groonga/groonga-3.1.0.zip
 
 Then extract it.
 
 Move to the Groonga's source folder::
 
-  > cd c:\Users\%USERNAME%\Downloads\groonga-3.0.9
+  > cd c:\Users\%USERNAME%\Downloads\groonga-3.1.0
 
 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-3.0.9> cmake . -G "Visual Studio 10 Win64" -DCMAKE_INSTALL_PREFIX=C:\groonga
+  groonga-3.1.0> cmake . -G "Visual Studio 10 Win64" -DCMAKE_INSTALL_PREFIX=C:\groonga
 
 Build::
 
-  groonga-3.0.9> cmake --build . --config Release
+  groonga-3.1.0> cmake --build . --config Release
 
 Install::
 
-  groonga-3.0.9> cmake --build . --config Release --target Install
+  groonga-3.1.0> 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