[lxc-devel] [lxc/master] Add details of build dependencies

montao on Github lxc-bot at linuxcontainers.org
Wed May 23 10:31:24 UTC 2018


A non-text attachment was scrubbed...
Name: not available
Type: text/x-mailbox
Size: 472 bytes
Desc: not available
URL: <http://lists.linuxcontainers.org/pipermail/lxc-devel/attachments/20180523/c7fe2dba/attachment.bin>
-------------- next part --------------
From a8331ad16ba8863fa9bc2d40f814dc178bd2123e Mon Sep 17 00:00:00 2001
From: Niklas Rosencrantz <niklasr at protonmail.com>
Date: Wed, 23 May 2018 12:28:41 +0200
Subject: [PATCH] add details of build dependencies

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index f76a566cd..f565dae49 100644
--- a/README.md
+++ b/README.md
@@ -178,7 +178,7 @@ Without considering distribution specific details a simple
 
     ./autogen.sh && ./configure && make && sudo make install
 
-is usually sufficient.
+is usually sufficient. If you get build problems, make sure the following dependencies are installed: `libtool pkg-config automake m4`. 
 
 In order to test current git master of LXC it is usually a good idea to compile with
 


More information about the lxc-devel mailing list