2.2. OS X¶
This section describes how to install Mroonga on OS X. You can install Mroonga by Homebrew.
2.2.1. Homebrew¶
Install:
% brew install https://raw.github.com/mroonga/homebrew/master/mroonga.rb --use-homebrew-mysql
If you want to use MeCab as a tokenizer, install with --with-mecab option.
Install with MeCab support:
% brew install https://raw.github.com/mroonga/homebrew/master/mroonga.rb --use-homebrew-mysql --with-mecab
See also