[Groonga-commit] droonga/droonga-engine at 8d42e99 [master] Add codes to use libgroonga-dev package on Ubuntu.

Back to archive index

SHIMODA Piro Hiroshi null+****@clear*****
Mon Sep 29 01:50:32 JST 2014


SHIMODA "Piro" Hiroshi	2014-09-29 01:50:32 +0900 (Mon, 29 Sep 2014)

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

  Message:
    Add codes to use libgroonga-dev package on Ubuntu.
    
    Should we use it?

  Modified files:
    install.sh

  Modified: install.sh (+6 -0)
===================================================================
--- install.sh    2014-09-29 01:46:50 +0900 (a0b56a2)
+++ install.sh    2014-09-29 01:50:32 +0900 (280b830)
@@ -246,6 +246,12 @@ prepare_environment_in_debian() {
   apt-get -y upgrade
   apt-get install -y curl ruby ruby-dev build-essential
 
+#  if lsb_release -i | grep --quiet Ubuntu; then
+#    add-apt-repository -y ppa:groonga/ppa
+#    apt-get update
+#    apt-get install -y libgroonga-dev
+#  fi
+
   if [ "$VERSION" = "master" ]; then
     apt-get install -y git
   fi
-------------- next part --------------
HTML����������������������������...
下載 



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