[lxc-devel] [lxd/master] Add package "make" to build dependencies installation command

jsavikko on Github lxc-bot at linuxcontainers.org
Tue Mar 1 12:18:27 UTC 2016


A non-text attachment was scrubbed...
Name: not available
Type: text/x-mailbox
Size: 447 bytes
Desc: not available
URL: <http://lists.linuxcontainers.org/pipermail/lxc-devel/attachments/20160301/63750737/attachment.bin>
-------------- next part --------------
From 49c3f1d8639213eba339228abaf95f023fd2e13e Mon Sep 17 00:00:00 2001
From: Janne Savikko <janne.savikko at aalto.fi>
Date: Tue, 1 Mar 2016 14:10:32 +0200
Subject: [PATCH] Add package "make" to build dependencies installation command

Signed-off-by: Janne Savikko <janne.savikko at aalto.fi>
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 2ccbbb3..3260c65 100644
--- a/README.md
+++ b/README.md
@@ -38,7 +38,7 @@ via the LXD PPA:
     sudo apt-get install software-properties-common
     sudo add-apt-repository ppa:ubuntu-lxc/lxd-git-master
     sudo apt-get update
-    sudo apt-get install golang lxc lxc-dev mercurial git pkg-config protobuf-compiler golang-goprotobuf-dev xz-utils tar acl
+    sudo apt-get install golang lxc lxc-dev mercurial git pkg-config protobuf-compiler golang-goprotobuf-dev xz-utils tar acl make
 
 There are a few storage backends for LXD besides the default "directory"
 backend. Installing these tools adds a bit to initramfs and may slow down your


More information about the lxc-devel mailing list