[Groonga-commit] groonga/groonga at 3eb84c6 [master] travis: install MeCab dictionary for master

アーカイブの一覧に戻る
Kouhei Sutou null+****@clear*****
Mon Nov 12 17:42:56 JST 2018


Kouhei Sutou	2018-11-12 17:42:56 +0900 (Mon, 12 Nov 2018)

  Revision: 3eb84c63fe6affea63ff9fb6bfd077332cb58e47
  https://github.com/groonga/groonga/commit/3eb84c63fe6affea63ff9fb6bfd077332cb58e47

  Message:
    travis: install MeCab dictionary for master

  Modified files:
    data/travis/setup.sh

  Modified: data/travis/setup.sh (+2 -1)
===================================================================
--- data/travis/setup.sh    2018-11-12 14:32:17 +0900 (3e2878a52)
+++ data/travis/setup.sh    2018-11-12 17:42:56 +0900 (f9a00bf83)
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# Copyright (C) 2013-2017  Kouhei Sutou <kou****@clear*****>
+# Copyright (C) 2013-2018  Kouhei Sutou <kou****@clear*****>
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
@@ -26,6 +26,7 @@ if [ "$GROONGA_MASTER" = "yes" ]; then
        libmecab-dev \
        libmsgpack-dev \
        libstemmer-dev \
+       mecab-naist-jdic \
        pkg-config
   git clone --recursive --depth 1 --branch master https://github.com/groonga/groonga.git
   cd groonga
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20181112/c2eda00e/attachment.html>


More information about the Groonga-commit mailing list
アーカイブの一覧に戻る