Skip to content
This repository was archived by the owner on May 6, 2026. It is now read-only.

easysoftware/homebrew-mroonga

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

154 Commits
 
 
 
 
 
 
 
 

Repository files navigation

The Homebrew formula for Mroonga

Type the following command to install Mroonga (10.11) by Homebrew:

With MySQL 8.0:

% brew tap panovek/homebrew-mroonga https://github.com/panovek/homebrew-mroonga.git
% brew install mroonga --with-homebrew-mysql

With MySQL 5.7:

% brew tap panovek/homebrew-mroonga https://github.com/panovek/homebrew-mroonga.git
% brew install mroonga --with-homebrew-mysql57

With MySQL 5.6:

% brew tap panovek/homebrew-mroonga https://github.com/panovek/homebrew-mroonga.git
% brew install mroonga --with-homebrew-mysql56

With MySQL 5.5:

% brew tap panovek/homebrew-mroonga https://github.com/panovek/homebrew-mroonga.git
% brew install mroonga --with-homebrew-mysql55

With MariaDB:

% brew tap panovek/homebrew-mroonga https://github.com/panovek/homebrew-mroonga.git
% brew install mroonga --with-homebrew-mariadb

If you have an old formulae, please unlink to the old formulae version:

% brew services stop [formulae]
% brew unlink [formulae]
% mv /usr/local/var/[formulae] /usr/local/var/[formulae_version]

To complete the installation, you must run script "mroonga_finish_install.sh" generated in install folder. It creates symlinks of the libraries in the mysql plugin folder and installs them in mysql.

About

The homebrew formula for Mroonga.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Ruby 90.6%
  • Shell 9.4%