null+****@clear*****
null+****@clear*****
2012年 7月 19日 (木) 10:16:52 JST
HAYASHI Kentaro 2012-07-19 10:16:52 +0900 (Thu, 19 Jul 2012) New Revision: b6260bf96ee63e78275c567716bbf650709dd67a https://github.com/groonga/groonga/commit/b6260bf96ee63e78275c567716bbf650709dd67a Log: 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 2012-07-19 02:44:38 +0900 (3253d27) +++ doc/source/install/centos.txt 2012-07-19 10:16:52 +0900 (89dc75c) @@ -114,9 +114,9 @@ Install required packages to build groonga:: Download source:: - % wget http://packages.groonga.org/source/groonga/groonga-2.0.4.tar.gz - % tar xvzf groonga-2.0.4.tar.gz - % cd groonga-2.0.4 + % wget http://packages.groonga.org/source/groonga/groonga-2.0.5.tar.gz + % tar xvzf groonga-2.0.5.tar.gz + % cd groonga-2.0.5 Configure (see :ref:`source-configure` about ``configure`` options):: Modified: doc/source/install/debian.txt (+3 -3) =================================================================== --- doc/source/install/debian.txt 2012-07-19 02:44:38 +0900 (d08ada4) +++ doc/source/install/debian.txt 2012-07-19 10:16:52 +0900 (11ccd9f) @@ -119,9 +119,9 @@ Install required packages to build groonga:: Download source:: - % wget http://packages.groonga.org/source/groonga/groonga-2.0.4.tar.gz - % tar xvzf groonga-2.0.4.tar.gz - % cd groonga-2.0.4 + % wget http://packages.groonga.org/source/groonga/groonga-2.0.5.tar.gz + % tar xvzf groonga-2.0.5.tar.gz + % cd groonga-2.0.5 Configure (see :ref:`source-configure` about ``configure`` options):: Modified: doc/source/install/fedora.txt (+3 -3) =================================================================== --- doc/source/install/fedora.txt 2012-07-19 02:44:38 +0900 (e229ad3) +++ doc/source/install/fedora.txt 2012-07-19 10:16:52 +0900 (5c6b218) @@ -55,9 +55,9 @@ Install required packages to build groonga:: Download source:: - % wget http://packages.groonga.org/source/groonga/groonga-2.0.4.tar.gz - % tar xvzf groonga-2.0.4.tar.gz - % cd groonga-2.0.4 + % wget http://packages.groonga.org/source/groonga/groonga-2.0.5.tar.gz + % tar xvzf groonga-2.0.5.tar.gz + % cd groonga-2.0.5 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-07-19 02:44:38 +0900 (55b046c) +++ doc/source/install/mac_os_x.txt 2012-07-19 10:16:52 +0900 (e6838ee) @@ -36,9 +36,9 @@ Install `Xcode <https://developer.apple.com/xcode/>`_. Download source:: - % curl -O http://packages.groonga.org/source/groonga/groonga-2.0.4.tar.gz - % tar xvzf groonga-2.0.4.tar.gz - % cd groonga-2.0.4 + % curl -O http://packages.groonga.org/source/groonga/groonga-2.0.5.tar.gz + % tar xvzf groonga-2.0.5.tar.gz + % cd groonga-2.0.5 Configure (see :ref:`source-configure` about ``configure`` options):: Modified: doc/source/install/others.txt (+3 -3) =================================================================== --- doc/source/install/others.txt 2012-07-19 02:44:38 +0900 (05c8bfa) +++ doc/source/install/others.txt 2012-07-19 10:16:52 +0900 (966e35c) @@ -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.4.tar.gz - % tar xvzf groonga-2.0.4.tar.gz - % cd groonga-2.0.4 + % wget http://packages.groonga.org/source/groonga/groonga-2.0.5.tar.gz + % tar xvzf groonga-2.0.5.tar.gz + % cd groonga-2.0.5 % ./configure % make % sudo make install Modified: doc/source/install/solaris.txt (+3 -3) =================================================================== --- doc/source/install/solaris.txt 2012-07-19 02:44:38 +0900 (5394f97) +++ doc/source/install/solaris.txt 2012-07-19 10:16:52 +0900 (a96fdf8) @@ -17,9 +17,9 @@ Install required packages to build groonga:: Download source:: - % wget http://packages.groonga.org/source/groonga/groonga-2.0.4.tar.gz - % gtar xvzf groonga-2.0.4.tar.gz - % cd groonga-2.0.4 + % wget http://packages.groonga.org/source/groonga/groonga-2.0.5.tar.gz + % gtar xvzf groonga-2.0.5.tar.gz + % cd groonga-2.0.5 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 2012-07-19 02:44:38 +0900 (2991f40) +++ doc/source/install/ubuntu.txt 2012-07-19 10:16:52 +0900 (a107b79) @@ -179,9 +179,9 @@ Install required packages to build groonga:: Download source:: - % wget http://packages.groonga.org/source/groonga/groonga-2.0.4.tar.gz - % tar xvzf groonga-2.0.4.tar.gz - % cd groonga-2.0.4 + % wget http://packages.groonga.org/source/groonga/groonga-2.0.5.tar.gz + % tar xvzf groonga-2.0.5.tar.gz + % cd groonga-2.0.5 Configure (see :ref:`source-configure` about ``configure`` options):: Modified: doc/source/install/windows.txt (+14 -14) =================================================================== --- doc/source/install/windows.txt 2012-07-19 02:44:38 +0900 (38941cb) +++ doc/source/install/windows.txt 2012-07-19 10:16:52 +0900 (1e367d5) @@ -17,12 +17,12 @@ size data. Installer --------- -For 32-bit environment, download `groonga-2.0.4-x86.exe -<http://packages.groonga.org/windows/groonga/groonga-2.0.4-x86.exe>`_ +For 32-bit environment, download `groonga-2.0.5-x86.exe +<http://packages.groonga.org/windows/groonga/groonga-2.0.5-x86.exe>`_ and run it. -For 64-bit environment, download `groonga-2.0.4-x64.exe -<http://packages.groonga.org/windows/groonga/groonga-2.0.4-x64.exe>`_ +For 64-bit environment, download `groonga-2.0.5-x64.exe +<http://packages.groonga.org/windows/groonga/groonga-2.0.5-x64.exe>`_ and run it. Use command prompt for :doc:`/executables/groonga` installed in start menu. @@ -30,12 +30,12 @@ Use command prompt for :doc:`/executables/groonga` installed in start menu. zip --- -For 32-bit environment, download `groonga-2.0.4-x86.zip -<http://packages.groonga.org/windows/groonga/groonga-2.0.4-x86.zip>`_ +For 32-bit environment, download `groonga-2.0.5-x86.zip +<http://packages.groonga.org/windows/groonga/groonga-2.0.5-x86.zip>`_ and extract it. -For 64-bit environment, download `groonga-2.0.4-x64.zip -<http://packages.groonga.org/windows/groonga/groonga-2.0.4-x64.zip>`_ +For 64-bit environment, download `groonga-2.0.5-x64.zip +<http://packages.groonga.org/windows/groonga/groonga-2.0.5-x64.zip>`_ and extract it. :doc:`/executables/groonga` 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.4.zip -<http://packages.groonga.org/source/groonga/groonga-2.0.4.zip>`_ +Download zipped source `groonga-2.0.5.zip +<http://packages.groonga.org/source/groonga/groonga-2.0.5.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.0.4 + > cd c:\Users\%USERNAME%\Downloads\groonga-2.0.5 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.0.4> cmake . -G "Visual Studio 10 Win64" -DCMAKE_INSTALL_PREFIX=C:\groonga + groonga-2.0.5> cmake . -G "Visual Studio 10 Win64" -DCMAKE_INSTALL_PREFIX=C:\groonga Build by Visual Studio:: - groonga-2.0.4> devenv groonga.sln /Build Release + groonga-2.0.5> devenv groonga.sln /Build Release Install:: - groonga-2.0.4> devenv groonga.sln /Build Release /Project Install + groonga-2.0.5> devenv groonga.sln /Build Release /Project Install After the above steps, :doc:`/executables/groonga` is found in ``c:\groonga\bin\groonga.exe``. -------------- next part -------------- HTML$B$NE:IU%U%!%$%k$rJ]4I$7$^$7$?(B...Download