[Groonga-commit] pgroonga/pgroonga at 4f4562b [master] Add description about building from source tar.gz

Back to archive index

Kouhei Sutou null+****@clear*****
Wed Jan 28 21:47:19 JST 2015


Kouhei Sutou	2015-01-28 21:47:19 +0900 (Wed, 28 Jan 2015)

  New Revision: 4f4562bf94e01d0b4bdda547a2be766f46a089a7
  https://github.com/pgroonga/pgroonga/commit/4f4562bf94e01d0b4bdda547a2be766f46a089a7

  Message:
    Add description about building from source tar.gz

  Modified files:
    README.md

  Modified: README.md (+12 -1)
===================================================================
--- README.md    2015-01-28 21:45:42 +0900 (4a73ea6)
+++ README.md    2015-01-28 21:47:19 +0900 (69aa585)
@@ -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
 
-------------- next part --------------
HTML����������������������������...
下载 



More information about the Groonga-commit mailing list
Back to archive index