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

Back to archive index

HAYASHI Kentaro null+****@clear*****
Thu Jan 10 01:17:22 JST 2013


HAYASHI Kentaro	2013-01-10 01:17:22 +0900 (Thu, 10 Jan 2013)

  New Revision: 1c5bf5a15ce72d6164c5a5a08f19e403698c46aa
  https://github.com/groonga/groonga/commit/1c5bf5a15ce72d6164c5a5a08f19e403698c46aa

  Log:
    doc: update 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-01-10 00:04:14 +0900 (7be8eaa)
+++ doc/source/install/centos.txt    2013-01-10 01:17:22 +0900 (9d84f0c)
@@ -135,9 +135,9 @@ Install required packages to build groonga::
 
 Download source::
 
-  % wget http://packages.groonga.org/source/groonga/groonga-2.1.0.tar.gz
-  % tar xvzf groonga-2.1.0.tar.gz
-  % cd groonga-2.1.0
+  % wget http://packages.groonga.org/source/groonga/groonga-2.1.1.tar.gz
+  % tar xvzf groonga-2.1.1.tar.gz
+  % cd groonga-2.1.1
 
 Configure (see :ref:`source-configure` about ``configure`` options)::
 

  Modified: doc/source/install/debian.txt (+3 -3)
===================================================================
--- doc/source/install/debian.txt    2013-01-10 00:04:14 +0900 (3aeadbf)
+++ doc/source/install/debian.txt    2013-01-10 01:17:22 +0900 (b4b26f9)
@@ -119,9 +119,9 @@ Install required packages to build groonga::
 
 Download source::
 
-  % wget http://packages.groonga.org/source/groonga/groonga-2.1.0.tar.gz
-  % tar xvzf groonga-2.1.0.tar.gz
-  % cd groonga-2.1.0
+  % wget http://packages.groonga.org/source/groonga/groonga-2.1.1.tar.gz
+  % tar xvzf groonga-2.1.1.tar.gz
+  % cd groonga-2.1.1
 
 Configure (see :ref:`source-configure` about ``configure`` options)::
 

  Modified: doc/source/install/fedora.txt (+3 -3)
===================================================================
--- doc/source/install/fedora.txt    2013-01-10 00:04:14 +0900 (3cae9a7)
+++ doc/source/install/fedora.txt    2013-01-10 01:17:22 +0900 (da57ceb)
@@ -65,9 +65,9 @@ Install required packages to build groonga::
 
 Download source::
 
-  % wget http://packages.groonga.org/source/groonga/groonga-2.1.0.tar.gz
-  % tar xvzf groonga-2.1.0.tar.gz
-  % cd groonga-2.1.0
+  % wget http://packages.groonga.org/source/groonga/groonga-2.1.1.tar.gz
+  % tar xvzf groonga-2.1.1.tar.gz
+  % cd groonga-2.1.1
 
 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-01-10 00:04:14 +0900 (4a2fa27)
+++ doc/source/install/mac_os_x.txt    2013-01-10 01:17:22 +0900 (9585b19)
@@ -36,9 +36,9 @@ Install `Xcode <https://developer.apple.com/xcode/>`_.
 
 Download source::
 
-  % curl -O http://packages.groonga.org/source/groonga/groonga-2.1.0.tar.gz
-  % tar xvzf groonga-2.1.0.tar.gz
-  % cd groonga-2.1.0
+  % curl -O http://packages.groonga.org/source/groonga/groonga-2.1.1.tar.gz
+  % tar xvzf groonga-2.1.1.tar.gz
+  % cd groonga-2.1.1
 
 Configure (see :ref:`source-configure` about ``configure`` options)::
 

  Modified: doc/source/install/others.txt (+3 -3)
===================================================================
--- doc/source/install/others.txt    2013-01-10 00:04:14 +0900 (fc16e4a)
+++ doc/source/install/others.txt    2013-01-10 01:17:22 +0900 (660ad75)
@@ -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-2.1.0.tar.gz
-  % tar xvzf groonga-2.1.0.tar.gz
-  % cd groonga-2.1.0
+  % wget http://packages.groonga.org/source/groonga/groonga-2.1.1.tar.gz
+  % tar xvzf groonga-2.1.1.tar.gz
+  % cd groonga-2.1.1
   % ./configure
   % make
   % sudo make install

  Modified: doc/source/install/solaris.txt (+3 -3)
===================================================================
--- doc/source/install/solaris.txt    2013-01-10 00:04:14 +0900 (edbafea)
+++ doc/source/install/solaris.txt    2013-01-10 01:17:22 +0900 (7dddf81)
@@ -17,9 +17,9 @@ Install required packages to build groonga::
 
 Download source::
 
-  % wget http://packages.groonga.org/source/groonga/groonga-2.1.0.tar.gz
-  % gtar xvzf groonga-2.1.0.tar.gz
-  % cd groonga-2.1.0
+  % wget http://packages.groonga.org/source/groonga/groonga-2.1.1.tar.gz
+  % gtar xvzf groonga-2.1.1.tar.gz
+  % cd groonga-2.1.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.txt (+3 -3)
===================================================================
--- doc/source/install/ubuntu.txt    2013-01-10 00:04:14 +0900 (355c444)
+++ doc/source/install/ubuntu.txt    2013-01-10 01:17:22 +0900 (29f2b4f)
@@ -179,9 +179,9 @@ Install required packages to build groonga::
 
 Download source::
 
-  % wget http://packages.groonga.org/source/groonga/groonga-2.1.0.tar.gz
-  % tar xvzf groonga-2.1.0.tar.gz
-  % cd groonga-2.1.0
+  % wget http://packages.groonga.org/source/groonga/groonga-2.1.1.tar.gz
+  % tar xvzf groonga-2.1.1.tar.gz
+  % cd groonga-2.1.1
 
 Configure (see :ref:`source-configure` about ``configure`` options)::
 

  Modified: doc/source/install/windows.txt (+16 -16)
===================================================================
--- doc/source/install/windows.txt    2013-01-10 00:04:14 +0900 (dda5725)
+++ doc/source/install/windows.txt    2013-01-10 01:17:22 +0900 (39a9e0f)
@@ -17,12 +17,12 @@ size data.
 Installer
 ---------
 
-For 32-bit environment, download `groonga-2.1.0-x86.exe
-<http://packages.groonga.org/windows/groonga/groonga-2.1.0-x86.exe>`_
+For 32-bit environment, download `groonga-2.1.1-x86.exe
+<http://packages.groonga.org/windows/groonga/groonga-2.1.1-x86.exe>`_
 and run it.
 
-For 64-bit environment, download `groonga-2.1.0-x64.exe
-<http://packages.groonga.org/windows/groonga/groonga-2.1.0-x64.exe>`_
+For 64-bit environment, download `groonga-2.1.1-x64.exe
+<http://packages.groonga.org/windows/groonga/groonga-2.1.1-x64.exe>`_
 and run it.
 
 Use command prompt for :doc:`/reference/executables/groonga` installed in start menu.
@@ -30,12 +30,12 @@ Use command prompt for :doc:`/reference/executables/groonga` installed in start
 zip
 ---
 
-For 32-bit environment, download `groonga-2.1.0-x86.zip
-<http://packages.groonga.org/windows/groonga/groonga-2.1.0-x86.zip>`_
+For 32-bit environment, download `groonga-2.1.1-x86.zip
+<http://packages.groonga.org/windows/groonga/groonga-2.1.1-x86.zip>`_
 and extract it.
 
-For 64-bit environment, download `groonga-2.1.0-x64.zip
-<http://packages.groonga.org/windows/groonga/groonga-2.1.0-x64.zip>`_
+For 64-bit environment, download `groonga-2.1.1-x64.zip
+<http://packages.groonga.org/windows/groonga/groonga-2.1.1-x64.zip>`_
 and extract it.
 
 :doc:`/reference/executables/groonga` is in ``bin`` folder.
@@ -50,38 +50,38 @@ Windows. Here are required tools:
     <http://www.microsoft.com/japan/msdn/vstudio/express/>`_
   * `CMake <http://www.cmake.org/>`_
 
-Download zipped source `groonga-2.1.0.zip
-<http://packages.groonga.org/source/groonga/groonga-2.1.0.zip>`_
+Download zipped source `groonga-2.1.1.zip
+<http://packages.groonga.org/source/groonga/groonga-2.1.1.zip>`_
 and extract it.
 
 Start ``Visual Studio Command Prompt (2010)`` installed by Microsoft
 Visual Studio 2010 Express and move to the groonga's source folder::
 
-  > cd c:\Users\%USERNAME%\Downloads\groonga-2.1.0
+  > cd c:\Users\%USERNAME%\Downloads\groonga-2.1.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-2.1.0> cmake . -G "Visual Studio 10 Win64" -DCMAKE_INSTALL_PREFIX=C:\groonga
+  groonga-2.1.1> cmake . -G "Visual Studio 10 Win64" -DCMAKE_INSTALL_PREFIX=C:\groonga
 
 Build by Visual C++ 2010 Express::
 
-  groonga-2.1.0> msbuild groonga.sln /p:Configuration=Release
+  groonga-2.1.1> msbuild groonga.sln /p:Configuration=Release
 
 Install by Visual C++ 2010 Express::
 
-  groonga-2.1.0> msbuild groonga.sln /p:Configuration=Release /t:Install
+  groonga-2.1.1> msbuild groonga.sln /p:Configuration=Release /t:Install
 
 If you installed Visual Studio 2010, use can use devenv instead.
 
 Build by Visual Studio 2010::
 
-  groonga-2.1.0> devenv groonga.sln /Build Release
+  groonga-2.1.1> devenv groonga.sln /Build Release
 
 Install by Visual Studio 2010::
 
-  groonga-2.1.0> devenv groonga.sln /Build Release /Project Install
+  groonga-2.1.1> devenv groonga.sln /Build Release /Project Install
 
 After the above steps, :doc:`/reference/executables/groonga` is found in
 ``c:\groonga\bin\groonga.exe``.
-------------- next part --------------
HTML����������������������������...
Télécharger 



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