Skip to content

Commit

Permalink
doc en: update version
Browse files Browse the repository at this point in the history
  • Loading branch information
kenhys committed Feb 4, 2013
1 parent 704aa4c commit 8df75ca
Show file tree
Hide file tree
Showing 8 changed files with 32 additions and 32 deletions.
6 changes: 3 additions & 3 deletions doc/source/install/centos.txt
Expand Up @@ -137,9 +137,9 @@ Install required packages to build groonga::

Download source::

% 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
% wget http://packages.groonga.org/source/groonga/groonga-3.0.0.tar.gz
% tar xvzf groonga-3.0.0.tar.gz
% cd groonga-3.0.0

Configure (see :ref:`source-configure` about ``configure`` options)::

Expand Down
6 changes: 3 additions & 3 deletions doc/source/install/debian.txt
Expand Up @@ -121,9 +121,9 @@ Install required packages to build groonga::

Download source::

% 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
% wget http://packages.groonga.org/source/groonga/groonga-3.0.0.tar.gz
% tar xvzf groonga-3.0.0.tar.gz
% cd groonga-3.0.0

Configure (see :ref:`source-configure` about ``configure`` options)::

Expand Down
6 changes: 3 additions & 3 deletions doc/source/install/fedora.txt
Expand Up @@ -67,9 +67,9 @@ Install required packages to build groonga::

Download source::

% 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
% wget http://packages.groonga.org/source/groonga/groonga-3.0.0.tar.gz
% tar xvzf groonga-3.0.0.tar.gz
% cd groonga-3.0.0

Configure (see :ref:`source-configure` about ``configure`` options)::

Expand Down
6 changes: 3 additions & 3 deletions doc/source/install/mac_os_x.txt
Expand Up @@ -36,9 +36,9 @@ Install `Xcode <https://developer.apple.com/xcode/>`_.

Download source::

% 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
% curl -O http://packages.groonga.org/source/groonga/groonga-3.0.0.tar.gz
% tar xvzf groonga-3.0.0.tar.gz
% cd groonga-3.0.0

Configure (see :ref:`source-configure` about ``configure`` options)::

Expand Down
6 changes: 3 additions & 3 deletions doc/source/install/others.txt
Expand Up @@ -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.2.tar.gz
% tar xvzf groonga-2.1.2.tar.gz
% cd groonga-2.1.2
% wget http://packages.groonga.org/source/groonga/groonga-3.0.0.tar.gz
% tar xvzf groonga-3.0.0.tar.gz
% cd groonga-3.0.0
% ./configure
% make
% sudo make install
Expand Down
6 changes: 3 additions & 3 deletions doc/source/install/solaris.txt
Expand Up @@ -17,9 +17,9 @@ Install required packages to build groonga::

Download source::

% 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
% wget http://packages.groonga.org/source/groonga/groonga-3.0.0.tar.gz
% gtar xvzf groonga-3.0.0.tar.gz
% cd groonga-3.0.0

Configure with ``CFLAGS="-m64" CXXFLAGS="-m64"`` variables. They are
needed for building 64-bit version. To build 32-bit version, just
Expand Down
6 changes: 3 additions & 3 deletions doc/source/install/ubuntu.txt
Expand Up @@ -181,9 +181,9 @@ Install required packages to build groonga::

Download source::

% 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
% wget http://packages.groonga.org/source/groonga/groonga-3.0.0.tar.gz
% tar xvzf groonga-3.0.0.tar.gz
% cd groonga-3.0.0

Configure (see :ref:`source-configure` about ``configure`` options)::

Expand Down
22 changes: 11 additions & 11 deletions doc/source/install/windows.txt
Expand Up @@ -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.2-x86.exe
> "c:\\Program Files\\Internet Explorer\\iexplore.exe" http://packages.groonga.org/windows/groonga/groonga-3.0.0-x86.exe

Then run it.

Expand All @@ -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.2-x64.exe
> "c:\\Program Files\\Internet Explorer\\iexplore.exe" http://packages.groonga.org/windows/groonga/groonga-3.0.0-x64.exe

Then run it.

Expand All @@ -47,15 +47,15 @@ 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.2-x86.zip
> "c:\\Program Files\\Internet Explorer\\iexplore.exe" http://packages.groonga.org/windows/groonga/groonga-3.0.0-x86.zip

Then extract it.

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.2-x64.zip
> "c:\\Program Files\\Internet Explorer\\iexplore.exe" http://packages.groonga.org/windows/groonga/groonga-3.0.0-x64.zip

Then extract it.

Expand All @@ -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.2.zip
> "c:\\Program Files\\Internet Explorer\\iexplore.exe" http://packages.groonga.org/source/groonga/groonga-3.0.0.zip

Then extract it.

Move to the groonga's source folder::

> cd c:\Users\%USERNAME%\Downloads\groonga-2.1.2
> cd c:\Users\%USERNAME%\Downloads\groonga-3.0.0

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.2> cmake . -G "Visual Studio 10 Win64" -DCMAKE_INSTALL_PREFIX=C:\groonga
groonga-3.0.0> cmake . -G "Visual Studio 10 Win64" -DCMAKE_INSTALL_PREFIX=C:\groonga

Build by Visual C++ 2010 Express::

groonga-2.1.2> msbuild groonga.sln /p:Configuration=Release
groonga-3.0.0> msbuild groonga.sln /p:Configuration=Release

Install by Visual C++ 2010 Express::

groonga-2.1.2> msbuild groonga.sln /p:Configuration=Release /t:Install
groonga-3.0.0> 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.2> devenv groonga.sln /Build Release
groonga-3.0.0> devenv groonga.sln /Build Release

Install by Visual Studio 2010::

groonga-2.1.2> devenv groonga.sln /Build Release /Project Install
groonga-3.0.0> devenv groonga.sln /Build Release /Project Install

After the above steps, :doc:`/reference/executables/groonga` is found in
``c:\groonga\bin\groonga.exe``.

0 comments on commit 8df75ca

Please sign in to comment.