[Groonga-commit] droonga/droonga-engine at d8eee41 [master] Install libgroonga-dev for CentOS 7

Back to archive index

YUKI Hiroshi null+****@clear*****
Mon Sep 29 10:06:45 JST 2014


YUKI Hiroshi	2014-09-29 10:06:45 +0900 (Mon, 29 Sep 2014)

  New Revision: d8eee412655cc1813d033cc9b5806f3d110f0a57
  https://github.com/droonga/droonga-engine/commit/d8eee412655cc1813d033cc9b5806f3d110f0a57

  Message:
    Install libgroonga-dev for CentOS 7

  Modified files:
    install.sh

  Modified: install.sh (+9 -0)
===================================================================
--- install.sh    2014-09-29 10:04:46 +0900 (65d128f)
+++ install.sh    2014-09-29 10:06:45 +0900 (f108cf1)
@@ -260,10 +260,19 @@ prepare_environment_in_debian() {
 
 # ========================= for CentOS 7 ============================
 prepare_environment_in_centos() {
+  local use_libgroonga_dev=no
+  rpm -ivh http://packages.groonga.org/centos/groonga-release-1.1.0-1.noarch.rpm
+  yum makecache
+  use_libgroonga_dev=yes
+
   yum update
   yum -y groupinstall development
   yum -y install curl ruby-devel
 
+  if [ "$use_libgroonga_dev" = "yes" ]; then
+    yum -y install libgroonga-dev
+  fi
+
   if [ "$VERSION" = "master" ]; then
     yum -y install git
   fi
-------------- next part --------------
HTML����������������������������...
Download 



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