Navigation Menu

Skip to content

Commit

Permalink
Update option list
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Sep 10, 2021
1 parent 373dd95 commit 0cc10a4
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions mroonga.rb
Expand Up @@ -6,10 +6,9 @@ class Mroonga < Formula

depends_on "pkg-config" => :build

option "use-homebrew-mysql", "Use MySQL installed by Homebrew."
option "use-homebrew-mysql56", "Use MySQL@5.6 installed by Homebrew."
option "use-homebrew-mysql55", "Use MySQL@5.5 installed by Homebrew."
option "use-homebrew-mariadb", "Use MariaDB installed by Homebrew. You can't use this option with use-homebrew-mysql, use-homebrew-mysql56, and use-homebrew-mysql55."
option "with-homebrew-mysql", "Use MySQL installed by Homebrew."
option "with-homebrew-mysql@5.7", "Use MySQL@5.7 installed by Homebrew."
option "with-homebrew-mariadb", "Use MariaDB installed by Homebrew."
option "with-mecab", "Use MeCab installed by Homebrew. You can use additional tokenizer - TokenMecab. Note that you need to build Groonga with MeCab"
option "with-mysql-source=PATH", "MySQL source directory. You can't use this option with use-homebrew-mysql, use-homebrew-mysql56 and use-homebrew-mariadb"
option "with-mysql-build=PATH", "MySQL build directory (default: guess from with-mysql-source)"
Expand Down

0 comments on commit 0cc10a4

Please sign in to comment.