mroonga - An open-source storage engine for fast fulltext search with MySQL.

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

Table Of Contents

Previous topic

2.1. Windows

Next topic

2.3. Debian GNU/Linux

This Page