[Groonga-mysql-commit] mroonga/mroonga at 2904743 [master] package windows: use bundled MeCab

Back to archive index

Kouhei Sutou null+****@clear*****
Sun Oct 18 15:51:42 JST 2015


Kouhei Sutou	2015-10-18 15:51:42 +0900 (Sun, 18 Oct 2015)

  New Revision: 29047431ae4e5536173c67768c62502fd0fdb9b4
  https://github.com/mroonga/mroonga/commit/29047431ae4e5536173c67768c62502fd0fdb9b4

  Message:
    package windows: use bundled MeCab

  Modified files:
    packages/windows/build-vc2013-zip-32.bat
    packages/windows/build-vc2013-zip-64.bat
    packages/windows/build-vc2015-zip-32.bat
    packages/windows/build-vc2015-zip-64.bat

  Modified: packages/windows/build-vc2013-zip-32.bat (+1 -1)
===================================================================
--- packages/windows/build-vc2013-zip-32.bat    2015-10-13 08:15:17 +0900 (d3e0e4f)
+++ packages/windows/build-vc2013-zip-32.bat    2015-10-18 15:51:42 +0900 (dffe109)
@@ -1,7 +1,7 @@
 rmdir /S /Q build-vc2013-zip-32
 mkdir build-vc2013-zip-32
 cd build-vc2013-zip-32
-cmake ..\source -G "Visual Studio 12" -DMRN_GROONGA_EMBED=OFF -DMRN_GROONGA_NORMALIZER_MYSQL_EMBED=OFF > config.log
+cmake ..\source -G "Visual Studio 12" -DMRN_GROONGA_EMBED=OFF -DMRN_GROONGA_NORMALIZER_MYSQL_EMBED=OFF -DGRN_WITH_BUNDLED_MECAB=ON > config.log
 cmake --build . --config RelWithDebInfo > build.log
 cmake --build . --config RelWithDebInfo --target package > zip.log
 move *.zip ..\

  Modified: packages/windows/build-vc2013-zip-64.bat (+1 -1)
===================================================================
--- packages/windows/build-vc2013-zip-64.bat    2015-10-13 08:15:17 +0900 (6ca288b)
+++ packages/windows/build-vc2013-zip-64.bat    2015-10-18 15:51:42 +0900 (e7095ee)
@@ -1,7 +1,7 @@
 rmdir /S /Q build-vc2013-zip-64
 mkdir build-vc2013-zip-64
 cd build-vc2013-zip-64
-cmake ..\source -G "Visual Studio 12 Win64" -DMRN_GROONGA_EMBED=OFF -DMRN_GROONGA_NORMALIZER_MYSQL_EMBED=OFF > config.log
+cmake ..\source -G "Visual Studio 12 Win64" -DMRN_GROONGA_EMBED=OFF -DMRN_GROONGA_NORMALIZER_MYSQL_EMBED=OFF -DGRN_WITH_BUNDLED_MECAB=ON > config.log
 cmake --build . --config RelWithDebInfo > build.log
 cmake --build . --config RelWithDebInfo --target package > zip.log
 move *.zip ..\

  Modified: packages/windows/build-vc2015-zip-32.bat (+1 -1)
===================================================================
--- packages/windows/build-vc2015-zip-32.bat    2015-10-13 08:15:17 +0900 (5cef259)
+++ packages/windows/build-vc2015-zip-32.bat    2015-10-18 15:51:42 +0900 (caff112)
@@ -1,7 +1,7 @@
 rmdir /S /Q build-vc2015-zip-32
 mkdir build-vc2015-zip-32
 cd build-vc2015-zip-32
-cmake ..\source -G "Visual Studio 14" -DMRN_GROONGA_EMBED=OFF -DMRN_GROONGA_NORMALIZER_MYSQL_EMBED=OFF > config.log
+cmake ..\source -G "Visual Studio 14" -DMRN_GROONGA_EMBED=OFF -DMRN_GROONGA_NORMALIZER_MYSQL_EMBED=OFF -DGRN_WITH_BUNDLED_MECAB=ON > config.log
 cmake --build . --config RelWithDebInfo > build.log
 cmake --build . --config RelWithDebInfo --target package > zip.log
 move *.zip ..\

  Modified: packages/windows/build-vc2015-zip-64.bat (+1 -1)
===================================================================
--- packages/windows/build-vc2015-zip-64.bat    2015-10-13 08:15:17 +0900 (caabca1)
+++ packages/windows/build-vc2015-zip-64.bat    2015-10-18 15:51:42 +0900 (9876395)
@@ -1,7 +1,7 @@
 rmdir /S /Q build-vc2015-zip-64
 mkdir build-vc2015-zip-64
 cd build-vc2015-zip-64
-cmake ..\source -G "Visual Studio 14 Win64" -DMRN_GROONGA_EMBED=OFF -DMRN_GROONGA_NORMALIZER_MYSQL_EMBED=OFF > config.log
+cmake ..\source -G "Visual Studio 14 Win64" -DMRN_GROONGA_EMBED=OFF -DMRN_GROONGA_NORMALIZER_MYSQL_EMBED=OFF -DGRN_WITH_BUNDLED_MECAB=ON > config.log
 cmake --build . --config RelWithDebInfo > build.log
 cmake --build . --config RelWithDebInfo --target package > zip.log
 move *.zip ..\
-------------- next part --------------
HTML����������������������������...
Download 



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