HAYASHI Kentaro
null+****@clear*****
Sat Feb 6 19:58:16 JST 2016
HAYASHI Kentaro 2016-02-06 19:58:16 +0900 (Sat, 06 Feb 2016) New Revision: 59e6e6f1dcb4b7b020b3e92fb93e9cad435f3fd9 https://github.com/groonga/groonga/commit/59e6e6f1dcb4b7b020b3e92fb93e9cad435f3fd9 Message: doc: update to 6.0.0 Modified files: doc/source/install/centos.rst doc/source/install/debian.rst doc/source/install/fedora.rst doc/source/install/mac_os_x.rst doc/source/install/others.rst doc/source/install/solaris.rst doc/source/install/ubuntu.rst doc/source/install/windows.rst Modified: doc/source/install/centos.rst (+3 -3) =================================================================== --- doc/source/install/centos.rst 2016-02-06 19:57:24 +0900 (8b4ab53) +++ doc/source/install/centos.rst 2016-02-06 19:58:16 +0900 (81c3498) @@ -170,9 +170,9 @@ Install required packages to build Groonga:: Download source:: - % wget http://packages.groonga.org/source/groonga/groonga-5.1.2.tar.gz - % tar xvzf groonga-5.1.2.tar.gz - % cd groonga-5.1.2 + % wget http://packages.groonga.org/source/groonga/groonga-6.0.0.tar.gz + % tar xvzf groonga-6.0.0.tar.gz + % cd groonga-6.0.0 Configure (see :ref:`source-configure` about ``configure`` options):: Modified: doc/source/install/debian.rst (+3 -3) =================================================================== --- doc/source/install/debian.rst 2016-02-06 19:57:24 +0900 (2ac733b) +++ doc/source/install/debian.rst 2016-02-06 19:58:16 +0900 (cd6c936) @@ -123,9 +123,9 @@ Install required packages to build Groonga:: Download source:: - % wget http://packages.groonga.org/source/groonga/groonga-5.1.2.tar.gz - % tar xvzf groonga-5.1.2.tar.gz - % cd groonga-5.1.2 + % wget http://packages.groonga.org/source/groonga/groonga-6.0.0.tar.gz + % tar xvzf groonga-6.0.0.tar.gz + % cd groonga-6.0.0 Configure (see :ref:`source-configure` about ``configure`` options):: Modified: doc/source/install/fedora.rst (+3 -3) =================================================================== --- doc/source/install/fedora.rst 2016-02-06 19:57:24 +0900 (8daf9ac) +++ doc/source/install/fedora.rst 2016-02-06 19:58:16 +0900 (2cd8cb4) @@ -80,9 +80,9 @@ Install required packages to build Groonga:: Download source:: - % wget http://packages.groonga.org/source/groonga/groonga-5.1.2.tar.gz - % tar xvzf groonga-5.1.2.tar.gz - % cd groonga-5.1.2 + % wget http://packages.groonga.org/source/groonga/groonga-6.0.0.tar.gz + % tar xvzf groonga-6.0.0.tar.gz + % cd groonga-6.0.0 Configure (see :ref:`source-configure` about ``configure`` options):: Modified: doc/source/install/mac_os_x.rst (+3 -3) =================================================================== --- doc/source/install/mac_os_x.rst 2016-02-06 19:57:24 +0900 (9033318) +++ doc/source/install/mac_os_x.rst 2016-02-06 19:58:16 +0900 (708c769) @@ -39,9 +39,9 @@ Install `Xcode <https://developer.apple.com/xcode/>`_. Download source:: - % curl -O http://packages.groonga.org/source/groonga/groonga-5.1.2.tar.gz - % tar xvzf groonga-5.1.2.tar.gz - % cd groonga-5.1.2 + % curl -O http://packages.groonga.org/source/groonga/groonga-6.0.0.tar.gz + % tar xvzf groonga-6.0.0.tar.gz + % cd groonga-6.0.0 Configure (see :ref:`source-configure` about ``configure`` options):: Modified: doc/source/install/others.rst (+3 -3) =================================================================== --- doc/source/install/others.rst 2016-02-06 19:57:24 +0900 (2e16ae3) +++ doc/source/install/others.rst 2016-02-06 19:58:16 +0900 (41ca266) @@ -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-5.1.2.tar.gz - % tar xvzf groonga-5.1.2.tar.gz - % cd groonga-5.1.2 + % wget http://packages.groonga.org/source/groonga/groonga-6.0.0.tar.gz + % tar xvzf groonga-6.0.0.tar.gz + % cd groonga-6.0.0 % ./configure % make % sudo make install Modified: doc/source/install/solaris.rst (+3 -3) =================================================================== --- doc/source/install/solaris.rst 2016-02-06 19:57:24 +0900 (45d6967) +++ doc/source/install/solaris.rst 2016-02-06 19:58:16 +0900 (fda615c) @@ -17,9 +17,9 @@ Install required packages to build Groonga:: Download source:: - % wget http://packages.groonga.org/source/groonga/groonga-5.1.2.tar.gz - % gtar xvzf groonga-5.1.2.tar.gz - % cd groonga-5.1.2 + % wget http://packages.groonga.org/source/groonga/groonga-6.0.0.tar.gz + % gtar xvzf groonga-6.0.0.tar.gz + % cd groonga-6.0.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.rst (+3 -3) =================================================================== --- doc/source/install/ubuntu.rst 2016-02-06 19:57:24 +0900 (edbac16) +++ doc/source/install/ubuntu.rst 2016-02-06 19:58:16 +0900 (85411e7) @@ -82,9 +82,9 @@ Install required packages to build Groonga:: Download source:: - % wget http://packages.groonga.org/source/groonga/groonga-5.1.2.tar.gz - % tar xvzf groonga-5.1.2.tar.gz - % cd groonga-5.1.2 + % wget http://packages.groonga.org/source/groonga/groonga-6.0.0.tar.gz + % tar xvzf groonga-6.0.0.tar.gz + % cd groonga-6.0.0 Configure (see :ref:`source-configure` about ``configure`` options):: Modified: doc/source/install/windows.rst (+9 -9) =================================================================== --- doc/source/install/windows.rst 2016-02-06 19:57:24 +0900 (1e5ce82) +++ doc/source/install/windows.rst 2016-02-06 19:58:16 +0900 (9fb0f6f) @@ -21,14 +21,14 @@ Installer For 32-bit environment, download x86 executable binary from packages.groonga.org: - * http://packages.groonga.org/windows/groonga/groonga-5.1.2-x86.exe + * http://packages.groonga.org/windows/groonga/groonga-6.0.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-5.1.2-x64.exe + * http://packages.groonga.org/windows/groonga/groonga-6.0.0-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-5.1.2-x86.zip + * http://packages.groonga.org/windows/groonga/groonga-6.0.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-5.1.2-x64.zip + * http://packages.groonga.org/windows/groonga/groonga-6.0.0-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-5.1.2.zip + * http://packages.groonga.org/source/groonga/groonga-6.0.0.zip Then extract it. Move to the Groonga's source folder:: - > cd c:\Users\%USERNAME%\Downloads\groonga-5.1.2 + > cd c:\Users\%USERNAME%\Downloads\groonga-6.0.0 Configure by ``cmake``. The following commnad line is for 64-bit version. To build 32-bit version, use ``-G "Visual Studio 12 2013"`` parameter instead:: - groonga-5.1.2> cmake . -G "Visual Studio 12 2013 Win64" -DCMAKE_INSTALL_PREFIX=C:\Groonga + groonga-6.0.0> cmake . -G "Visual Studio 12 2013 Win64" -DCMAKE_INSTALL_PREFIX=C:\Groonga Build:: - groonga-5.1.2> cmake --build . --config Release + groonga-6.0.0> cmake --build . --config Release Install:: - groonga-5.1.2> cmake --build . --config Release --target Install + groonga-6.0.0> cmake --build . --config Release --target Install After the above steps, :doc:`/reference/executables/groonga` is found at ``c:\Groonga\bin\groonga.exe``. -------------- next part -------------- HTML����������������������������...Download