Navigation Menu

Skip to content

Commit

Permalink
Add description about building from source tar.gz
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Jan 28, 2015
1 parent cb0ee66 commit 4f4562b
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion README.md
Expand Up @@ -57,10 +57,21 @@ PostgreSQLをインストールします。
* `groonga-devel`: CentOSの場合
* `libgroonga-dev`: Debian GNU/Linux, Ubuntuの場合

PGroongaをインストールします。
PGroongaのソースを展開します。

リリース版の場合:

% wget http://packages.groonga.org/source/pgroonga/pgroonga-0.2.0.tar.gz
% tar xvf pgroonga-0.2.0.tar.gz
% cd pgroonga-0.2.0

未リリースの最新版の場合:

% git clone https://github.com/pgroonga/pgroonga.git
% cd pgroonga

PGroongaをビルドしてインストールします。

% make
% sudo make install

Expand Down

0 comments on commit 4f4562b

Please sign in to comment.