[Groonga-commit] droonga/droonga-http-server at 3c5e424 [master] Install build-essential to build npm modules

Back to archive index

KITAITI Makoto null+****@clear*****
Tue Jan 12 00:22:45 JST 2016


KITAITI Makoto	2016-01-12 00:22:45 +0900 (Tue, 12 Jan 2016)

  New Revision: 3c5e424188d6e37d9bfea73e4cd140cd03600c64
  https://github.com/droonga/droonga-http-server/commit/3c5e424188d6e37d9bfea73e4cd140cd03600c64

  Merged 0f9441b: Merge pull request #13 from KitaitiMakoto/systemd

  Message:
    Install build-essential to build npm modules

  Modified files:
    install.sh

  Modified: install.sh (+1 -1)
===================================================================
--- install.sh    2016-01-11 23:59:56 +0900 (6ed3be6)
+++ install.sh    2016-01-12 00:22:45 +0900 (acf8604)
@@ -329,7 +329,7 @@ register_service() {
 # ====================== for Debian/Ubuntu ==========================
 prepare_environment_in_debian() {
   apt-get update
-  apt-get install -y curl sudo
+  apt-get install -y curl sudo build-essential
 
   if [ "$VERSION" != "release" ]; then
     apt-get install -y git
-------------- next part --------------
HTML����������������������������...
Download 



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