This section describes how to install Groonga on Mac OS X. You can install Groonga by MacPorts or Homebrew.
Install:
% brew install groonga
If you want to use MeCab as a tokenizer, specify --with-mecab option:
% brew install groonga --with-mecab
Install Xcode.
Download source:
% curl -O http://packages.groonga.org/source/groonga/groonga-4.1.0.tar.gz
% tar xvzf groonga-4.1.0.tar.gz
% cd groonga-4.1.0
Configure (see configure about configure options):
% ./configure
Build:
% make -j$(/usr/sbin/sysctl -n hw.ncpu)
Install:
% sudo make install