Navigation Menu

Skip to content

Commit

Permalink
doc: update release version
Browse files Browse the repository at this point in the history
  • Loading branch information
kenhys committed Jun 20, 2013
1 parent c058615 commit 8662bfb
Show file tree
Hide file tree
Showing 8 changed files with 30 additions and 30 deletions.
6 changes: 3 additions & 3 deletions doc/source/install/centos.txt
Expand Up @@ -153,9 +153,9 @@ Install required packages to build groonga::

Download source::

% wget http://packages.groonga.org/source/groonga/groonga-3.0.4.tar.gz
% tar xvzf groonga-3.0.4.tar.gz
% cd groonga-3.0.4
% wget http://packages.groonga.org/source/groonga/groonga-3.0.5.tar.gz
% tar xvzf groonga-3.0.5.tar.gz
% cd groonga-3.0.5

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

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

Download source::

% wget http://packages.groonga.org/source/groonga/groonga-3.0.4.tar.gz
% tar xvzf groonga-3.0.4.tar.gz
% cd groonga-3.0.4
% wget http://packages.groonga.org/source/groonga/groonga-3.0.5.tar.gz
% tar xvzf groonga-3.0.5.tar.gz
% cd groonga-3.0.5

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

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

Download source::

% wget http://packages.groonga.org/source/groonga/groonga-3.0.4.tar.gz
% tar xvzf groonga-3.0.4.tar.gz
% cd groonga-3.0.4
% wget http://packages.groonga.org/source/groonga/groonga-3.0.5.tar.gz
% tar xvzf groonga-3.0.5.tar.gz
% cd groonga-3.0.5

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 @@ -40,9 +40,9 @@ Install `Xcode <https://developer.apple.com/xcode/>`_.

Download source::

% curl -O http://packages.groonga.org/source/groonga/groonga-3.0.4.tar.gz
% tar xvzf groonga-3.0.4.tar.gz
% cd groonga-3.0.4
% curl -O http://packages.groonga.org/source/groonga/groonga-3.0.5.tar.gz
% tar xvzf groonga-3.0.5.tar.gz
% cd groonga-3.0.5

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

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 @@ -213,9 +213,9 @@ Install required packages to build groonga::

Download source::

% wget http://packages.groonga.org/source/groonga/groonga-3.0.4.tar.gz
% tar xvzf groonga-3.0.4.tar.gz
% cd groonga-3.0.4
% wget http://packages.groonga.org/source/groonga/groonga-3.0.5.tar.gz
% tar xvzf groonga-3.0.5.tar.gz
% cd groonga-3.0.5

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

Expand Down
18 changes: 9 additions & 9 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-3.0.4-x86.exe
> "c:\\Program Files\\Internet Explorer\\iexplore.exe" http://packages.groonga.org/windows/groonga/groonga-3.0.5-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-3.0.4-x64.exe
> "c:\\Program Files\\Internet Explorer\\iexplore.exe" http://packages.groonga.org/windows/groonga/groonga-3.0.5-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-3.0.4-x86.zip
> "c:\\Program Files\\Internet Explorer\\iexplore.exe" http://packages.groonga.org/windows/groonga/groonga-3.0.5-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-3.0.4-x64.zip
> "c:\\Program Files\\Internet Explorer\\iexplore.exe" http://packages.groonga.org/windows/groonga/groonga-3.0.5-x64.zip

Then extract it.

Expand All @@ -79,27 +79,27 @@ 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-3.0.4.zip
> "c:\\Program Files\\Internet Explorer\\iexplore.exe" http://packages.groonga.org/source/groonga/groonga-3.0.5.zip

Then extract it.

Move to the groonga's source folder::

> cd c:\Users\%USERNAME%\Downloads\groonga-3.0.4
> cd c:\Users\%USERNAME%\Downloads\groonga-3.0.5

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

Build::

groonga-3.0.4> cmake --build . --config Release
groonga-3.0.5> cmake --build . --config Release

Install::

groonga-3.0.4> cmake --build . --config Release --target Install
groonga-3.0.5> cmake --build . --config Release --target Install

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

0 comments on commit 8662bfb

Please sign in to comment.