[Groonga-commit] pgroonga/pgroonga at 96fba9f [master] windows: enable LZ4

Back to archive index

Kouhei Sutou null+****@clear*****
Tue Feb 23 23:43:23 JST 2016


Kouhei Sutou	2016-02-23 23:43:23 +0900 (Tue, 23 Feb 2016)

  New Revision: 96fba9ff0395856b204b5707e19cc2f1b1ae1717
  https://github.com/pgroonga/pgroonga/commit/96fba9ff0395856b204b5707e19cc2f1b1ae1717

  Message:
    windows: enable LZ4

  Modified files:
    Rakefile

  Modified: Rakefile (+2 -0)
===================================================================
--- Rakefile    2016-02-22 17:33:55 +0900 (2dc8e6a)
+++ Rakefile    2016-02-23 23:43:23 +0900 (1d1f76c)
@@ -110,6 +110,7 @@ file windows_archive_name => dist_files do
   sh("unzip", groonga_archive_name)
   rm(groonga_archive_name)
   cd("#{groonga_base_name}/vendor") do
+    ruby("download_lz4.rb")
     ruby("download_mecab.rb")
   end
   mkdir_p("#{archive_base_name}/vendor")
@@ -485,6 +486,7 @@ postgresql-server-dev-9.4
              "-G", cmake_generator,
              "-DCMAKE_INSTALL_PREFIX=pgsql",
              "-DPGRN_POSTGRESQL_VERSION=#{windows_postgresql_version}",
+             "-DGRN_WITH_BUNDLED_LZ4=yes",
              "-DGRN_WITH_BUNDLED_MECAB=yes",
              "-DGRN_WITH_MRUBY=yes")
           sh("cmake",
-------------- next part --------------
HTML����������������������������...
Download 



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