null+****@clear*****
null+****@clear*****
2011年 7月 23日 (土) 11:31:53 JST
Kouhei Sutou 2011-07-23 02:31:53 +0000 (Sat, 23 Jul 2011) New Revision: 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 02:06:44 +0000 (2a93c8a) +++ doc/ja/source/install.rst 2011-07-23 02:31:53 +0000 (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