Kouhei Sutou
null+****@clear*****
Thu Jan 28 14:00:50 JST 2016
Kouhei Sutou 2016-01-28 14:00:50 +0900 (Thu, 28 Jan 2016) New Revision: 234673212387945a8569308ad838399e6b2c9c6e https://github.com/pgroonga/pgroonga.github.io/commit/234673212387945a8569308ad838399e6b2c9c6e Message: Add example for PKG_CONFIG_PATH Modified files: _po/ja/install/source.po install/source.md ja/install/source.md Modified: _po/ja/install/source.po (+12 -3) =================================================================== --- _po/ja/install/source.po 2016-01-04 17:25:17 +0900 (0073844) +++ _po/ja/install/source.po 2016-01-28 14:00:50 +0900 (a3d4702) @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"PO-Revision-Date: 2015-12-31 12:48+0900\n" +"PO-Revision-Date: 2016-01-28 14:00+0900\n" "Language: ja\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -113,6 +113,15 @@ msgstr "" "しれません。あるいは、`groonga.pc`が標準的なディレクトリーではないディレクトリーにインストールされているのかもしれません。その場合は`PKG_C" "ONFIG_PATH`環境変数を使ってください。" +msgid "Here is an example when you install Groonga with `--prefix=/usr/local`:" +msgstr "以下は`--prefix=/usr/local`オプション付きでGroongaをインストールした場合の例です。" + +msgid "" +"```text\n" +"% PKG_CONFIG_PATH=/usr/local/lib/pkg-config make\n" +"```" +msgstr "" + msgid "Install PGroonga:" msgstr "PGroongaをインストールします。" @@ -186,8 +195,8 @@ msgstr "" "はzipファイルです。Windows用のソースアーカイブにはGroongaがバンドルされています。" msgid "" -" * http://packages.groonga.org/source/pgroonga/pgroonga-{{ site.pgroonga_vers" -"ion }}.zip" +" * [pgroonga-{{ site.pgroonga_version }}](http://packages.groonga.org/source/" +"pgroonga/pgroonga-{{ site.pgroonga_version }}.zip)" msgstr "" msgid "Extract the downloaded source archive and move to source folder:" Modified: install/source.md (+7 -1) =================================================================== --- install/source.md 2016-01-04 17:25:17 +0900 (ef1d0ec) +++ install/source.md 2016-01-28 14:00:50 +0900 (343bc7a) @@ -52,6 +52,12 @@ If `pg_config` command doesn't exist, you may forget to install the development If `pkg-config --list-all` doesn't include `groonga`, you may forget to install the development package of Groonga. Or `groonga.pc` is installed into non-standard directory. You can use `PKG_CONFIG_PATH` environment variable for the case. +Here is an example when you install Groonga with `--prefix=/usr/local`: + +```text +% PKG_CONFIG_PATH=/usr/local/lib/pkg-config make +``` + Install PGroonga: ```text @@ -88,7 +94,7 @@ Here is a list of required software to build and install PGroonga from source. I Download PGroonga source archive for Windows from packages.groonga.org. Source archive for Windows is zip file. Source archive for Windows bundles Groonga. - * http://packages.groonga.org/source/pgroonga/pgroonga-{{ site.pgroonga_version }}.zip + * [pgroonga-{{ site.pgroonga_version }}](http://packages.groonga.org/source/pgroonga/pgroonga-{{ site.pgroonga_version }}.zip) Extract the downloaded source archive and move to source folder: Modified: ja/install/source.md (+7 -1) =================================================================== --- ja/install/source.md 2016-01-04 17:25:17 +0900 (b90b6a2) +++ ja/install/source.md 2016-01-28 14:00:50 +0900 (100154a) @@ -52,6 +52,12 @@ PGroongaをビルドします。 もし、`pkg-config --list-all`に`groonga`が含まれていない場合、Groongaの開発用パッケージをインストールし忘れているかもしれません。あるいは、`groonga.pc`が標準的なディレクトリーではないディレクトリーにインストールされているのかもしれません。その場合は`PKG_CONFIG_PATH`環境変数を使ってください。 +以下は`--prefix=/usr/local`オプション付きでGroongaをインストールした場合の例です。 + +```text +% PKG_CONFIG_PATH=/usr/local/lib/pkg-config make +``` + PGroongaをインストールします。 ```text @@ -88,7 +94,7 @@ PGroongaをインストールします。 packages.groonga.orgからWindows用のPGroongaソースアーカイブをダウンロードしてください。Windows用のソースアーカイブはzipファイルです。Windows用のソースアーカイブにはGroongaがバンドルされています。 - * http://packages.groonga.org/source/pgroonga/pgroonga-{{ site.pgroonga_version }}.zip + * [pgroonga-{{ site.pgroonga_version }}](http://packages.groonga.org/source/pgroonga/pgroonga-{{ site.pgroonga_version }}.zip) ダウンロードしたソースアーカイブを展開し、ソースフォルダーに移動してください。 -------------- next part -------------- HTML����������������������������...Download