[Groonga-mysql-commit] mroonga/mroonga at 3a0c03f [master] doc release: describe configure

Back to archive index

Masafumi Yokoyama null+****@clear*****
Mon Mar 30 18:16:23 JST 2015


Masafumi Yokoyama	2015-03-30 18:16:23 +0900 (Mon, 30 Mar 2015)

  New Revision: 3a0c03fe0149c97a93970b2dda1f905aafd46d2f
  https://github.com/mroonga/mroonga/commit/3a0c03fe0149c97a93970b2dda1f905aafd46d2f

  Message:
    doc release: describe configure

  Modified files:
    doc/source/developer/release.rst

  Modified: doc/source/developer/release.rst (+32 -0)
===================================================================
--- doc/source/developer/release.rst    2015-03-30 17:19:09 +0900 (79d9003)
+++ doc/source/developer/release.rst    2015-03-30 18:16:23 +0900 (e0e8f29)
@@ -25,6 +25,38 @@ Release procedure (XXX not yet translated)
 
  $ git log -p --reverse v0.6..
 
+
+configureスクリプトの生成
+-------------------------
+
+Mroongaのソースコードをcloneした時点ではconfigureスクリプトが含まれておらず、そのままmakeコマンドにてビルドすることができません。
+
+Mroongaをcloneしたディレクトリでautogen.shを以下のように実行します。::
+
+    % sh autogen.sh
+
+このコマンドの実行により、configureスクリプトが生成されます。
+
+
+configureスクリプトの実行
+-------------------------
+
+Makefileを生成するためにconfigureスクリプトを実行します。
+
+リリース用にビルドするためには以下のオプションを指定してconfigureを実行します。::
+
+    % ./configure \
+        --enable-document \
+        --prefix=/tmp/local \
+        --with-rsync-path="packages �� packages.groonga.org:public" \
+        --with-launchpad-uploader-pgp-key=(Launchpadに登録したkeyID) \
+        --with-mysql-source=(MySQLのソースコードがあるディレクトリー) \
+        --with-mysql-build=(MySQLのソースコードをビルドしたディレクトリー) \
+        --with-mysql-config=(mysql_configコマンドのパス)
+
+--with-mysql-sourceなどのオプションについては、イントールドキュメントの :doc:`/install/others` を参照してください。
+
+
 配布用ファイルのアップロード
 ----------------------------
 
-------------- next part --------------
HTML����������������������������...
Download 



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