HAYASHI Kentaro
null+****@clear*****
Fri Sep 21 15:45:30 JST 2012
HAYASHI Kentaro 2012-09-21 15:45:30 +0900 (Fri, 21 Sep 2012) New Revision: 4047c9a001163ad60937e7d44c0c93b65bd95775 https://github.com/groonga/groonga/commit/4047c9a001163ad60937e7d44c0c93b65bd95775 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 2012-09-21 15:43:51 +0900 (5066474) +++ doc/source/install/centos.txt 2012-09-21 15:45:30 +0900 (04fedb0) @@ -114,9 +114,9 @@ Install required packages to build groonga:: Download source:: - % wget http://packages.groonga.org/source/groonga/groonga-2.0.6.tar.gz - % tar xvzf groonga-2.0.6.tar.gz - % cd groonga-2.0.6 + % wget http://packages.groonga.org/source/groonga/groonga-2.0.7.tar.gz + % tar xvzf groonga-2.0.7.tar.gz + % cd groonga-2.0.7 Configure (see :ref:`source-configure` about ``configure`` options):: Modified: doc/source/install/debian.txt (+3 -3) =================================================================== --- doc/source/install/debian.txt 2012-09-21 15:43:51 +0900 (244a963) +++ doc/source/install/debian.txt 2012-09-21 15:45:30 +0900 (4535857) @@ -119,9 +119,9 @@ Install required packages to build groonga:: Download source:: - % wget http://packages.groonga.org/source/groonga/groonga-2.0.6.tar.gz - % tar xvzf groonga-2.0.6.tar.gz - % cd groonga-2.0.6 + % wget http://packages.groonga.org/source/groonga/groonga-2.0.7.tar.gz + % tar xvzf groonga-2.0.7.tar.gz + % cd groonga-2.0.7 Configure (see :ref:`source-configure` about ``configure`` options):: Modified: doc/source/install/fedora.txt (+3 -3) =================================================================== --- doc/source/install/fedora.txt 2012-09-21 15:43:51 +0900 (dd2f534) +++ doc/source/install/fedora.txt 2012-09-21 15:45:30 +0900 (058c1b7) @@ -55,9 +55,9 @@ Install required packages to build groonga:: Download source:: - % wget http://packages.groonga.org/source/groonga/groonga-2.0.6.tar.gz - % tar xvzf groonga-2.0.6.tar.gz - % cd groonga-2.0.6 + % wget http://packages.groonga.org/source/groonga/groonga-2.0.7.tar.gz + % tar xvzf groonga-2.0.7.tar.gz + % cd groonga-2.0.7 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-09-21 15:43:51 +0900 (ad8c016) +++ doc/source/install/mac_os_x.txt 2012-09-21 15:45:30 +0900 (8140fde) @@ -36,9 +36,9 @@ Install `Xcode <https://developer.apple.com/xcode/>`_. Download source:: - % curl -O http://packages.groonga.org/source/groonga/groonga-2.0.6.tar.gz - % tar xvzf groonga-2.0.6.tar.gz - % cd groonga-2.0.6 + % curl -O http://packages.groonga.org/source/groonga/groonga-2.0.7.tar.gz + % tar xvzf groonga-2.0.7.tar.gz + % cd groonga-2.0.7 Configure (see :ref:`source-configure` about ``configure`` options):: Modified: doc/source/install/others.txt (+3 -3) =================================================================== --- doc/source/install/others.txt 2012-09-21 15:43:51 +0900 (228a573) +++ doc/source/install/others.txt 2012-09-21 15:45:30 +0900 (3017ce6) @@ -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.6.tar.gz - % tar xvzf groonga-2.0.6.tar.gz - % cd groonga-2.0.6 + % wget http://packages.groonga.org/source/groonga/groonga-2.0.7.tar.gz + % tar xvzf groonga-2.0.7.tar.gz + % cd groonga-2.0.7 % ./configure % make % sudo make install Modified: doc/source/install/solaris.txt (+3 -3) =================================================================== --- doc/source/install/solaris.txt 2012-09-21 15:43:51 +0900 (83a7ea4) +++ doc/source/install/solaris.txt 2012-09-21 15:45:30 +0900 (edbd30b) @@ -17,9 +17,9 @@ Install required packages to build groonga:: Download source:: - % wget http://packages.groonga.org/source/groonga/groonga-2.0.6.tar.gz - % gtar xvzf groonga-2.0.6.tar.gz - % cd groonga-2.0.6 + % wget http://packages.groonga.org/source/groonga/groonga-2.0.7.tar.gz + % gtar xvzf groonga-2.0.7.tar.gz + % cd groonga-2.0.7 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-09-21 15:43:51 +0900 (69f5965) +++ doc/source/install/ubuntu.txt 2012-09-21 15:45:30 +0900 (8a73f87) @@ -179,9 +179,9 @@ Install required packages to build groonga:: Download source:: - % wget http://packages.groonga.org/source/groonga/groonga-2.0.6.tar.gz - % tar xvzf groonga-2.0.6.tar.gz - % cd groonga-2.0.6 + % wget http://packages.groonga.org/source/groonga/groonga-2.0.7.tar.gz + % tar xvzf groonga-2.0.7.tar.gz + % cd groonga-2.0.7 Configure (see :ref:`source-configure` about ``configure`` options):: Modified: doc/source/install/windows.txt (+14 -14) =================================================================== --- doc/source/install/windows.txt 2012-09-21 15:43:51 +0900 (6da2b1e) +++ doc/source/install/windows.txt 2012-09-21 15:45:30 +0900 (c539593) @@ -17,12 +17,12 @@ size data. Installer --------- -For 32-bit environment, download `groonga-2.0.6-x86.exe -<http://packages.groonga.org/windows/groonga/groonga-2.0.6-x86.exe>`_ +For 32-bit environment, download `groonga-2.0.7-x86.exe +<http://packages.groonga.org/windows/groonga/groonga-2.0.7-x86.exe>`_ and run it. -For 64-bit environment, download `groonga-2.0.6-x64.exe -<http://packages.groonga.org/windows/groonga/groonga-2.0.6-x64.exe>`_ +For 64-bit environment, download `groonga-2.0.7-x64.exe +<http://packages.groonga.org/windows/groonga/groonga-2.0.7-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.0.6-x86.zip -<http://packages.groonga.org/windows/groonga/groonga-2.0.6-x86.zip>`_ +For 32-bit environment, download `groonga-2.0.7-x86.zip +<http://packages.groonga.org/windows/groonga/groonga-2.0.7-x86.zip>`_ and extract it. -For 64-bit environment, download `groonga-2.0.6-x64.zip -<http://packages.groonga.org/windows/groonga/groonga-2.0.6-x64.zip>`_ +For 64-bit environment, download `groonga-2.0.7-x64.zip +<http://packages.groonga.org/windows/groonga/groonga-2.0.7-x64.zip>`_ and extract it. :doc:`/reference/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.6.zip -<http://packages.groonga.org/source/groonga/groonga-2.0.6.zip>`_ +Download zipped source `groonga-2.0.7.zip +<http://packages.groonga.org/source/groonga/groonga-2.0.7.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.6 + > cd c:\Users\%USERNAME%\Downloads\groonga-2.0.7 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.6> cmake . -G "Visual Studio 10 Win64" -DCMAKE_INSTALL_PREFIX=C:\groonga + groonga-2.0.7> cmake . -G "Visual Studio 10 Win64" -DCMAKE_INSTALL_PREFIX=C:\groonga Build by Visual Studio:: - groonga-2.0.6> devenv groonga.sln /Build Release + groonga-2.0.7> devenv groonga.sln /Build Release Install:: - groonga-2.0.6> devenv groonga.sln /Build Release /Project Install + groonga-2.0.7> 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����������������������������...Download