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

Back to archive index

null+****@clear***** null+****@clear*****
2012年 5月 23日 (水) 15:42:57 JST


HAYASHI Kentaro	2012-05-23 15:42:57 +0900 (Wed, 23 May 2012)

  New Revision: da43ee21c8bdf2ce123349e8500b9119c80c9a45

  Log:
    doc: update version 2.0.2 to 2.0.3

  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/ubuntu.txt
    doc/source/install/windows.txt

  Modified: doc/source/install/centos.txt (+3 -3)
===================================================================
--- doc/source/install/centos.txt    2012-05-23 14:02:45 +0900 (aa67480)
+++ doc/source/install/centos.txt    2012-05-23 15:42:57 +0900 (89549cb)
@@ -113,9 +113,9 @@ Install required packages to build groonga::
 
 Download source::
 
-  % wget http://packages.groonga.org/source/groonga/groonga-2.0.2.tar.gz
-  % tar xvzf groonga-2.0.2.tar.gz
-  % cd groonga-2.0.2
+  % wget http://packages.groonga.org/source/groonga/groonga-2.0.3.tar.gz
+  % tar xvzf groonga-2.0.3.tar.gz
+  % cd groonga-2.0.3
 
 Configure (see :ref:`source-configure` about ``configure`` options)::
 

  Modified: doc/source/install/debian.txt (+3 -3)
===================================================================
--- doc/source/install/debian.txt    2012-05-23 14:02:45 +0900 (faaca93)
+++ doc/source/install/debian.txt    2012-05-23 15:42:57 +0900 (2da1ca6)
@@ -116,9 +116,9 @@ Install required packages to build groonga::
 
 Download source::
 
-  % wget http://packages.groonga.org/source/groonga/groonga-2.0.2.tar.gz
-  % tar xvzf groonga-2.0.2.tar.gz
-  % cd groonga-2.0.2
+  % wget http://packages.groonga.org/source/groonga/groonga-2.0.3.tar.gz
+  % tar xvzf groonga-2.0.3.tar.gz
+  % cd groonga-2.0.3
 
 Configure (see :ref:`source-configure` about ``configure`` options)::
 

  Modified: doc/source/install/fedora.txt (+3 -3)
===================================================================
--- doc/source/install/fedora.txt    2012-05-23 14:02:45 +0900 (22eaee6)
+++ doc/source/install/fedora.txt    2012-05-23 15:42:57 +0900 (776dc07)
@@ -55,9 +55,9 @@ Install required packages to build groonga::
 
 Download source::
 
-  % wget http://packages.groonga.org/source/groonga/groonga-2.0.2.tar.gz
-  % tar xvzf groonga-2.0.2.tar.gz
-  % cd groonga-2.0.2
+  % wget http://packages.groonga.org/source/groonga/groonga-2.0.3.tar.gz
+  % tar xvzf groonga-2.0.3.tar.gz
+  % cd groonga-2.0.3
 
 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    2012-05-23 14:02:45 +0900 (33ab3e4)
+++ doc/source/install/mac_os_x.txt    2012-05-23 15:42:57 +0900 (4338ef7)
@@ -35,9 +35,9 @@ Install `Xcode <https://developer.apple.com/xcode/>`_.
 
 Download source::
 
-  % curl -O http://packages.groonga.org/source/groonga/groonga-2.0.2.tar.gz
-  % tar xvzf groonga-2.0.2.tar.gz
-  % cd groonga-2.0.2
+  % curl -O http://packages.groonga.org/source/groonga/groonga-2.0.3.tar.gz
+  % tar xvzf groonga-2.0.3.tar.gz
+  % cd groonga-2.0.3
 
 Configure (see :ref:`source-configure` about ``configure`` options)::
 

  Modified: doc/source/install/others.txt (+3 -3)
===================================================================
--- doc/source/install/others.txt    2012-05-23 14:02:45 +0900 (fbc55fb)
+++ doc/source/install/others.txt    2012-05-23 15:42:57 +0900 (9bf8a67)
@@ -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.0.2.tar.gz
-  % tar xvzf groonga-2.0.2.tar.gz
-  % cd groonga-2.0.2
+  % wget http://packages.groonga.org/source/groonga/groonga-2.0.3.tar.gz
+  % tar xvzf groonga-2.0.3.tar.gz
+  % cd groonga-2.0.3
   % ./configure
   % make
   % sudo make install

  Modified: doc/source/install/ubuntu.txt (+3 -3)
===================================================================
--- doc/source/install/ubuntu.txt    2012-05-23 14:02:45 +0900 (283ea93)
+++ doc/source/install/ubuntu.txt    2012-05-23 15:42:57 +0900 (de9666d)
@@ -175,9 +175,9 @@ Install required packages to build groonga::
 
 Download source::
 
-  % wget http://packages.groonga.org/source/groonga/groonga-2.0.2.tar.gz
-  % tar xvzf groonga-2.0.2.tar.gz
-  % cd groonga-2.0.2
+  % wget http://packages.groonga.org/source/groonga/groonga-2.0.3.tar.gz
+  % tar xvzf groonga-2.0.3.tar.gz
+  % cd groonga-2.0.3
 
 Configure (see :ref:`source-configure` about ``configure`` options)::
 

  Modified: doc/source/install/windows.txt (+14 -14)
===================================================================
--- doc/source/install/windows.txt    2012-05-23 14:02:45 +0900 (d2e850a)
+++ doc/source/install/windows.txt    2012-05-23 15:42:57 +0900 (82e1f24)
@@ -17,12 +17,12 @@ size data.
 Installer
 ---------
 
-For 32-bit environment: download `groonga-2.0.2-x86.exe
-<http://packages.groonga.org/windows/groonga/groonga-2.0.2-x86.exe>`_
+For 32-bit environment: download `groonga-2.0.3-x86.exe
+<http://packages.groonga.org/windows/groonga/groonga-2.0.3-x86.exe>`_
 and run it.
 
-For 64-bit environment, download `groonga-2.0.2-x64.exe
-<http://packages.groonga.org/windows/groonga/groonga-2.0.2-x64.exe>`_
+For 64-bit environment, download `groonga-2.0.3-x64.exe
+<http://packages.groonga.org/windows/groonga/groonga-2.0.3-x64.exe>`_
 and run it.
 
 Use command prompt for ``groonga`` command installed in start menu.
@@ -30,12 +30,12 @@ Use command prompt for ``groonga`` command installed in start menu.
 zip
 ---
 
-For 32-bit environment: download `groonga-2.0.2-x86.zip
-<http://packages.groonga.org/windows/groonga/groonga-2.0.2-x86.zip>`_
+For 32-bit environment: download `groonga-2.0.3-x86.zip
+<http://packages.groonga.org/windows/groonga/groonga-2.0.3-x86.zip>`_
 and extract it.
 
-For 64-bit environment, download `groonga-2.0.2-x64.zip
-<http://packages.groonga.org/windows/groonga/groonga-2.0.2-x64.zip>`_
+For 64-bit environment, download `groonga-2.0.3-x64.zip
+<http://packages.groonga.org/windows/groonga/groonga-2.0.3-x64.zip>`_
 and extract it.
 
 ``groonga`` command is in ``bin`` folder.
@@ -50,28 +50,28 @@ Windows. Here are required tools:
     <http://www.microsoft.com/japan/msdn/vstudio/express/>`_
   * `CMake <http://www.cmake.org/>`_
 
-Download zipped source `groonga-2.0.2.zip
-<http://packages.groonga.org/source/groonga/groonga-2.0.2.tar.gz>`_
+Download zipped source `groonga-2.0.3.zip
+<http://packages.groonga.org/source/groonga/groonga-2.0.3.tar.gz>`_
 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.0.2
+  > cd c:\Users\%USERNAME%\Downloads\groonga-2.0.3
 
 Configure by ``cmake``. The following commnad line is for 64-bit
 version. If you want to build 32-bit version, use ``-G "Visual Studio
 10"`` parameter instead::
 
-  groonga-2.0.2> cmake . -G "Visual Studio 10 Win64" -DCMAKE_INSTALL_PREFIX=C:\groonga
+  groonga-2.0.3> cmake . -G "Visual Studio 10 Win64" -DCMAKE_INSTALL_PREFIX=C:\groonga
 
 Build by Visual Studio::
 
-  groonga-2.0.2> devenv groonga.sln /Build Release
+  groonga-2.0.3> devenv groonga.sln /Build Release
 
 Install::
 
-  groonga-2.0.2> devenv groonga.sln /Build Release /Project Install
+  groonga-2.0.3> devenv groonga.sln /Build Release /Project Install
 
 After the above steps, :doc:`/executables/groonga` is found in
 ``c:\groonga\bin\groonga.exe``.




Groonga-commit メーリングリストの案内
Back to archive index