1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Homebrew で mroonga 3.00 インストールの際、pkg-config に怒られたら

Last updated at Posted at 2013-02-19

Homebrew で groonga をインストールしている前提のお話。

and GROONGA_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.

とか出てたら、GROONGA_CFLAGS と GROONGA_LIBS を指定してあげる。

GROONGA_CFLAGS="-I/usr/local/include/groonga" \
GROONGA_LIBS="-L/usr/local/lib -lgroonga" \
brew install https://raw.github.com/mroonga/homebrew/master/mroonga.rb --use-homebrew-mysql
1
1
2

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?