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