HAYASHI Kentaro
null+****@clear*****
Thu Mar 20 17:34:36 JST 2014
HAYASHI Kentaro 2014-03-20 17:34:36 +0900 (Thu, 20 Mar 2014) New Revision: 0d09404fa01bc7f8f97c3b63afaae89bdf8cfc5d https://github.com/groonga/groonga/commit/0d09404fa01bc7f8f97c3b63afaae89bdf8cfc5d Message: doc: update version number 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 2014-03-20 17:31:45 +0900 (a420c4b) +++ doc/source/install/centos.txt 2014-03-20 17:34:36 +0900 (4953a39) @@ -153,9 +153,9 @@ Install required packages to build groonga:: Download source:: - % wget http://packages.groonga.org/source/groonga/groonga-4.0.0.tar.gz - % tar xvzf groonga-4.0.0.tar.gz - % cd groonga-4.0.0 + % wget http://packages.groonga.org/source/groonga/groonga-4.0.1.tar.gz + % tar xvzf groonga-4.0.1.tar.gz + % cd groonga-4.0.1 Configure (see :ref:`source-configure` about ``configure`` options):: Modified: doc/source/install/debian.txt (+3 -3) =================================================================== --- doc/source/install/debian.txt 2014-03-20 17:31:45 +0900 (541bba1) +++ doc/source/install/debian.txt 2014-03-20 17:34:36 +0900 (14fcab1) @@ -145,9 +145,9 @@ Install required packages to build groonga:: Download source:: - % wget http://packages.groonga.org/source/groonga/groonga-4.0.0.tar.gz - % tar xvzf groonga-4.0.0.tar.gz - % cd groonga-4.0.0 + % wget http://packages.groonga.org/source/groonga/groonga-4.0.1.tar.gz + % tar xvzf groonga-4.0.1.tar.gz + % cd groonga-4.0.1 Configure (see :ref:`source-configure` about ``configure`` options):: Modified: doc/source/install/fedora.txt (+3 -3) =================================================================== --- doc/source/install/fedora.txt 2014-03-20 17:31:45 +0900 (445c0de) +++ doc/source/install/fedora.txt 2014-03-20 17:34:36 +0900 (abd2107) @@ -82,9 +82,9 @@ Install required packages to build groonga:: Download source:: - % wget http://packages.groonga.org/source/groonga/groonga-4.0.0.tar.gz - % tar xvzf groonga-4.0.0.tar.gz - % cd groonga-4.0.0 + % wget http://packages.groonga.org/source/groonga/groonga-4.0.1.tar.gz + % tar xvzf groonga-4.0.1.tar.gz + % cd groonga-4.0.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 2014-03-20 17:31:45 +0900 (026bb2e) +++ doc/source/install/mac_os_x.txt 2014-03-20 17:34:36 +0900 (f3159fd) @@ -40,9 +40,9 @@ Install `Xcode <https://developer.apple.com/xcode/>`_. Download source:: - % curl -O http://packages.groonga.org/source/groonga/groonga-4.0.0.tar.gz - % tar xvzf groonga-4.0.0.tar.gz - % cd groonga-4.0.0 + % curl -O http://packages.groonga.org/source/groonga/groonga-4.0.1.tar.gz + % tar xvzf groonga-4.0.1.tar.gz + % cd groonga-4.0.1 Configure (see :ref:`source-configure` about ``configure`` options):: Modified: doc/source/install/others.txt (+3 -3) =================================================================== --- doc/source/install/others.txt 2014-03-20 17:31:45 +0900 (5d79670) +++ doc/source/install/others.txt 2014-03-20 17:34:36 +0900 (c1dd5ed) @@ -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-4.0.0.tar.gz - % tar xvzf groonga-4.0.0.tar.gz - % cd groonga-4.0.0 + % wget http://packages.groonga.org/source/groonga/groonga-4.0.1.tar.gz + % tar xvzf groonga-4.0.1.tar.gz + % cd groonga-4.0.1 % ./configure % make % sudo make install Modified: doc/source/install/solaris.txt (+3 -3) =================================================================== --- doc/source/install/solaris.txt 2014-03-20 17:31:45 +0900 (997abea) +++ doc/source/install/solaris.txt 2014-03-20 17:34:36 +0900 (f0b2b5f) @@ -17,9 +17,9 @@ Install required packages to build groonga:: Download source:: - % wget http://packages.groonga.org/source/groonga/groonga-4.0.0.tar.gz - % gtar xvzf groonga-4.0.0.tar.gz - % cd groonga-4.0.0 + % wget http://packages.groonga.org/source/groonga/groonga-4.0.1.tar.gz + % gtar xvzf groonga-4.0.1.tar.gz + % cd groonga-4.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.txt (+3 -3) =================================================================== --- doc/source/install/ubuntu.txt 2014-03-20 17:31:45 +0900 (edaa1d2) +++ doc/source/install/ubuntu.txt 2014-03-20 17:34:36 +0900 (161d80b) @@ -206,9 +206,9 @@ Install required packages to build groonga:: Download source:: - % wget http://packages.groonga.org/source/groonga/groonga-4.0.0.tar.gz - % tar xvzf groonga-4.0.0.tar.gz - % cd groonga-4.0.0 + % wget http://packages.groonga.org/source/groonga/groonga-4.0.1.tar.gz + % tar xvzf groonga-4.0.1.tar.gz + % cd groonga-4.0.1 Configure (see :ref:`source-configure` about ``configure`` options):: Modified: doc/source/install/windows.txt (+9 -9) =================================================================== --- doc/source/install/windows.txt 2014-03-20 17:31:45 +0900 (90a53cc) +++ doc/source/install/windows.txt 2014-03-20 17:34:36 +0900 (c67f225) @@ -21,14 +21,14 @@ Installer For 32-bit environment, download x86 executable binary from packages.groonga.org: - * http://packages.groonga.org/windows/groonga/groonga-4.0.0-x86.exe + * http://packages.groonga.org/windows/groonga/groonga-4.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-4.0.0-x64.exe + * http://packages.groonga.org/windows/groonga/groonga-4.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-4.0.0-x86.zip + * http://packages.groonga.org/windows/groonga/groonga-4.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-4.0.0-x64.zip + * http://packages.groonga.org/windows/groonga/groonga-4.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-4.0.0.zip + * http://packages.groonga.org/source/groonga/groonga-4.0.1.zip Then extract it. Move to the Groonga's source folder:: - > cd c:\Users\%USERNAME%\Downloads\groonga-4.0.0 + > cd c:\Users\%USERNAME%\Downloads\groonga-4.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-4.0.0> cmake . -G "Visual Studio 10 Win64" -DCMAKE_INSTALL_PREFIX=C:\groonga + groonga-4.0.1> cmake . -G "Visual Studio 10 Win64" -DCMAKE_INSTALL_PREFIX=C:\groonga Build:: - groonga-4.0.0> cmake --build . --config Release + groonga-4.0.1> cmake --build . --config Release Install:: - groonga-4.0.0> cmake --build . --config Release --target Install + groonga-4.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