Navigation Menu

Skip to content

Commit

Permalink
[doc][install] add a description about PKG_CONFIG_PATH.
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Jul 23, 2011
1 parent 16bd0a9 commit 1481b85
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions doc/ja/source/install.rst
Expand Up @@ -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
Expand Down

0 comments on commit 1481b85

Please sign in to comment.