[lxc-devel] [lxd/master] doc: Update README a bit

stgraber on Github lxc-bot at linuxcontainers.org
Mon Aug 13 17:10:53 UTC 2018


A non-text attachment was scrubbed...
Name: not available
Type: text/x-mailbox
Size: 459 bytes
Desc: not available
URL: <http://lists.linuxcontainers.org/pipermail/lxc-devel/attachments/20180813/68c89452/attachment.bin>
-------------- next part --------------
From 66925ea3b8bc268386bd1869a443793f1eeafb7a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?St=C3=A9phane=20Graber?= <stgraber at ubuntu.com>
Date: Mon, 13 Aug 2018 13:09:57 -0400
Subject: [PATCH] doc: Update README a bit
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

So that it refers to `make deps` and includes the new bits from
doc/requirements.md.

Closes #4913

Signed-off-by: Stéphane Graber <stgraber at ubuntu.com>
---
 doc/index.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/doc/index.md b/doc/index.md
index 348416c44..48c911c32 100644
--- a/doc/index.md
+++ b/doc/index.md
@@ -33,7 +33,7 @@ later to work. On ubuntu, you can get those with:
 
 ```bash
 sudo apt update
-sudo apt install acl dnsmasq-base git golang liblxc1 lxc-dev libacl1-dev make pkg-config rsync squashfs-tools tar xz-utils
+sudo apt install acl dnsmasq-base git golang libcap-dev liblxc1 liblxc-dev libacl1-dev make pkg-config rsync squashfs-tools tar xz-utils
 ```
 
 Note that when building LXC yourself, ensure to build it with the appropriate
@@ -75,6 +75,7 @@ And then download it as usual:
 ```bash
 go get -d -v github.com/lxc/lxd/lxd
 cd $GOPATH/src/github.com/lxc/lxd
+make deps
 make
 ```
 


More information about the lxc-devel mailing list