[Groonga-commit] groonga/groonga at 53af8df [master] doc: add MeCab dictionary setup for Homebrew

Back to archive index

Kouhei Sutou null+****@clear*****
Fri Mar 11 16:20:27 JST 2016


Kouhei Sutou	2016-03-11 16:20:27 +0900 (Fri, 11 Mar 2016)

  New Revision: 53af8df465a64f42ecf742b6ca4d93f9c99ec8ef
  https://github.com/groonga/groonga/commit/53af8df465a64f42ecf742b6ca4d93f9c99ec8ef

  Message:
    doc: add MeCab dictionary setup for Homebrew

  Modified files:
    doc/source/install/mac_os_x.rst

  Modified: doc/source/install/mac_os_x.rst (+10 -0)
===================================================================
--- doc/source/install/mac_os_x.rst    2016-03-09 21:29:40 +0900 (708c769)
+++ doc/source/install/mac_os_x.rst    2016-03-11 16:20:27 +0900 (27eb35c)
@@ -32,6 +32,16 @@ tokenizer, specify ``--with-mecab`` option::
 
   % brew install groonga --with-mecab
 
+Then install and configure MeCab dictionary.
+
+Install::
+
+  % brew install mecab-ipadic
+
+Configure::
+
+  % sed -i '' -e 's,dicrc.*=.*,dicrc = /usr/local/lib/mecab/dic/ipadic,g' /usr/local/etc/mecabrc
+
 Build from source
 -----------------
 
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index