2.2. macOS#
This section describes how to install Groonga on macOS. You can install Groonga by MacPorts or Homebrew.
2.2.1. MacPorts#
Install:
% sudo port install groonga
2.2.2. Homebrew#
Install:
% brew install groonga
If you want to use MeCab as a
tokenizer, specify --with-mecab
option:
% brew install groonga --with-mecab
Then install and configure MeCab dictionary.
Install:
% brew install mecab-ipadic
2.2.3. Build from source#
Build from source is for developers.
See Others: Build with CMake .