[Groonga-mysql-commit] mroonga/mroonga [fix-for-visual-studio] [doc][install] add a description about PKG_CONFIG_PATH.

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Oct 4 10:27:21 JST 2012


Kouhei Sutou	2011-07-23 11:31:53 +0900 (Sat, 23 Jul 2011)

  New Revision: 1481b85baf11e0b772e0fbd76ec0b725e494f06b
  https://github.com/mroonga/mroonga/commit/1481b85baf11e0b772e0fbd76ec0b725e494f06b

  Log:
    [doc][install] add a description about PKG_CONFIG_PATH.

  Modified files:
    doc/ja/source/install.rst

  Modified: doc/ja/source/install.rst (+7 -0)
===================================================================
--- doc/ja/source/install.rst    2011-07-22 11:06:44 +0900 (2a93c8a)
+++ doc/ja/source/install.rst    2011-07-23 11:31:53 +0900 (63000fd)
@@ -197,6 +197,13 @@ groongaストレージエンジンのビルド
    --with-mysql-source=/usr/local/src/mysql-5.5.13 \
    --with-mysql-config=/usr/local/mysql/bin/mysql_config
 
+groongaを/usr/libなど標準のパス以外にインストールした場合はPKG_CONFIG_PATHを指定する必要があります。例えば、ーーprefix=$HOME/localでgroongaをインストールした場合は以下のようにします。::
+
+ ./configure \
+   PKG_CONFIG_PATH=$HOME/local/lib/pkgconfig \
+   --with-mysql-source=/usr/local/src/mysql-5.5.13 \
+   --with-mysql-config=/usr/local/mysql/bin/mysql_config
+
 その後、"make"を実行します。 ::
 
  make
-------------- next part --------------
HTML����������������������������...
下载 



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