HAYASHI Kentaro
null+****@clear*****
Tue Jan 22 10:58:40 JST 2013
HAYASHI Kentaro 2013-01-22 10:58:40 +0900 (Tue, 22 Jan 2013) New Revision: c3432e45d634611198770edcd6b6e734c67c239b https://github.com/groonga/groonga/commit/c3432e45d634611198770edcd6b6e734c67c239b 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 2013-01-22 10:56:47 +0900 (a9c543f) +++ doc/source/install/centos.txt 2013-01-22 10:58:40 +0900 (e234cce) @@ -137,9 +137,9 @@ Install required packages to build groonga:: Download source:: - % wget http://packages.groonga.org/source/groonga/groonga-2.1.1.tar.gz - % tar xvzf groonga-2.1.1.tar.gz - % cd groonga-2.1.1 + % wget http://packages.groonga.org/source/groonga/groonga-2.1.2.tar.gz + % tar xvzf groonga-2.1.2.tar.gz + % cd groonga-2.1.2 Configure (see :ref:`source-configure` about ``configure`` options):: Modified: doc/source/install/debian.txt (+3 -3) =================================================================== --- doc/source/install/debian.txt 2013-01-22 10:56:47 +0900 (23917cb) +++ doc/source/install/debian.txt 2013-01-22 10:58:40 +0900 (c4d4e70) @@ -121,9 +121,9 @@ Install required packages to build groonga:: Download source:: - % wget http://packages.groonga.org/source/groonga/groonga-2.1.1.tar.gz - % tar xvzf groonga-2.1.1.tar.gz - % cd groonga-2.1.1 + % wget http://packages.groonga.org/source/groonga/groonga-2.1.2.tar.gz + % tar xvzf groonga-2.1.2.tar.gz + % cd groonga-2.1.2 Configure (see :ref:`source-configure` about ``configure`` options):: Modified: doc/source/install/fedora.txt (+3 -3) =================================================================== --- doc/source/install/fedora.txt 2013-01-22 10:56:47 +0900 (1eb5371) +++ doc/source/install/fedora.txt 2013-01-22 10:58:40 +0900 (934456d) @@ -67,9 +67,9 @@ Install required packages to build groonga:: Download source:: - % wget http://packages.groonga.org/source/groonga/groonga-2.1.1.tar.gz - % tar xvzf groonga-2.1.1.tar.gz - % cd groonga-2.1.1 + % wget http://packages.groonga.org/source/groonga/groonga-2.1.2.tar.gz + % tar xvzf groonga-2.1.2.tar.gz + % cd groonga-2.1.2 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 2013-01-22 10:56:47 +0900 (9585b19) +++ doc/source/install/mac_os_x.txt 2013-01-22 10:58:40 +0900 (b92930f) @@ -36,9 +36,9 @@ Install `Xcode <https://developer.apple.com/xcode/>`_. Download source:: - % curl -O http://packages.groonga.org/source/groonga/groonga-2.1.1.tar.gz - % tar xvzf groonga-2.1.1.tar.gz - % cd groonga-2.1.1 + % curl -O http://packages.groonga.org/source/groonga/groonga-2.1.2.tar.gz + % tar xvzf groonga-2.1.2.tar.gz + % cd groonga-2.1.2 Configure (see :ref:`source-configure` about ``configure`` options):: Modified: doc/source/install/others.txt (+3 -3) =================================================================== --- doc/source/install/others.txt 2013-01-22 10:56:47 +0900 (660ad75) +++ doc/source/install/others.txt 2013-01-22 10:58:40 +0900 (c4b1d45) @@ -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.1.1.tar.gz - % tar xvzf groonga-2.1.1.tar.gz - % cd groonga-2.1.1 + % wget http://packages.groonga.org/source/groonga/groonga-2.1.2.tar.gz + % tar xvzf groonga-2.1.2.tar.gz + % cd groonga-2.1.2 % ./configure % make % sudo make install Modified: doc/source/install/solaris.txt (+3 -3) =================================================================== --- doc/source/install/solaris.txt 2013-01-22 10:56:47 +0900 (7dddf81) +++ doc/source/install/solaris.txt 2013-01-22 10:58:40 +0900 (543b2ee) @@ -17,9 +17,9 @@ Install required packages to build groonga:: Download source:: - % wget http://packages.groonga.org/source/groonga/groonga-2.1.1.tar.gz - % gtar xvzf groonga-2.1.1.tar.gz - % cd groonga-2.1.1 + % wget http://packages.groonga.org/source/groonga/groonga-2.1.2.tar.gz + % gtar xvzf groonga-2.1.2.tar.gz + % cd groonga-2.1.2 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 2013-01-22 10:56:47 +0900 (a5659f2) +++ doc/source/install/ubuntu.txt 2013-01-22 10:58:40 +0900 (45e6ced) @@ -181,9 +181,9 @@ Install required packages to build groonga:: Download source:: - % wget http://packages.groonga.org/source/groonga/groonga-2.1.1.tar.gz - % tar xvzf groonga-2.1.1.tar.gz - % cd groonga-2.1.1 + % wget http://packages.groonga.org/source/groonga/groonga-2.1.2.tar.gz + % tar xvzf groonga-2.1.2.tar.gz + % cd groonga-2.1.2 Configure (see :ref:`source-configure` about ``configure`` options):: Modified: doc/source/install/windows.txt (+11 -11) =================================================================== --- doc/source/install/windows.txt 2013-01-22 10:56:47 +0900 (f7c8fb3) +++ doc/source/install/windows.txt 2013-01-22 10:58:40 +0900 (e2bde87) @@ -23,7 +23,7 @@ You can download such a binary by command line operation. Start command prompt ``cmd.exe`` and download x86 executable binary by default browser:: - > "c:\\Program Files\\Internet Explorer\\iexplore.exe" http://packages.groonga.org/windows/groonga/groonga-2.1.1-x86.exe + > "c:\\Program Files\\Internet Explorer\\iexplore.exe" http://packages.groonga.org/windows/groonga/groonga-2.1.2-x86.exe Then run it. @@ -32,7 +32,7 @@ For 64-bit environment, download x64 executable binary from packages.groonga.org Start command prompt ``cmd.exe`` and download x64 executable binary by default browser:: - > "c:\\Program Files\\Internet Explorer\\iexplore.exe" http://packages.groonga.org/windows/groonga/groonga-2.1.1-x64.exe + > "c:\\Program Files\\Internet Explorer\\iexplore.exe" http://packages.groonga.org/windows/groonga/groonga-2.1.2-x64.exe Then run it. @@ -47,7 +47,7 @@ You can download such a binary by command line operation. Start command prompt ``cmd.exe`` and download x86 zip archive by default browser:: - > "c:\\Program Files\\Internet Explorer\\iexplore.exe" http://packages.groonga.org/windows/groonga/groonga-2.1.1-x86.zip + > "c:\\Program Files\\Internet Explorer\\iexplore.exe" http://packages.groonga.org/windows/groonga/groonga-2.1.2-x86.zip Then extract it. @@ -55,7 +55,7 @@ For 64-bit environment, download x64 zip archive from packages.groonga.org. Start command prompt ``cmd.exe`` and download x64 zip archive by default browser:: - > "c:\\Program Files\\Internet Explorer\\iexplore.exe" http://packages.groonga.org/windows/groonga/groonga-2.1.1-x64.zip + > "c:\\Program Files\\Internet Explorer\\iexplore.exe" http://packages.groonga.org/windows/groonga/groonga-2.1.2-x64.zip Then extract it. @@ -79,37 +79,37 @@ Start ``Visual Studio Command Prompt (2010)`` installed by Microsoft Visual Studio 2010 Express and download it by default browser:: > cd c:\Users\%USERNAME%\Downloads - > "c:\\Program Files\\Internet Explorer\\iexplore.exe" http://packages.groonga.org/source/groonga/groonga-2.1.1.zip + > "c:\\Program Files\\Internet Explorer\\iexplore.exe" http://packages.groonga.org/source/groonga/groonga-2.1.2.zip Then extract it. Move to the groonga's source folder:: - > cd c:\Users\%USERNAME%\Downloads\groonga-2.1.1 + > cd c:\Users\%USERNAME%\Downloads\groonga-2.1.2 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.1.1> cmake . -G "Visual Studio 10 Win64" -DCMAKE_INSTALL_PREFIX=C:\groonga + groonga-2.1.2> cmake . -G "Visual Studio 10 Win64" -DCMAKE_INSTALL_PREFIX=C:\groonga Build by Visual C++ 2010 Express:: - groonga-2.1.1> msbuild groonga.sln /p:Configuration=Release + groonga-2.1.2> msbuild groonga.sln /p:Configuration=Release Install by Visual C++ 2010 Express:: - groonga-2.1.1> msbuild groonga.sln /p:Configuration=Release /t:Install + groonga-2.1.2> msbuild groonga.sln /p:Configuration=Release /t:Install If you installed Visual Studio 2010, use can use devenv instead. Build by Visual Studio 2010:: - groonga-2.1.1> devenv groonga.sln /Build Release + groonga-2.1.2> devenv groonga.sln /Build Release Install by Visual Studio 2010:: - groonga-2.1.1> devenv groonga.sln /Build Release /Project Install + groonga-2.1.2> 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����������������������������... Descargar