The following pull request was submitted through Github.
It can be accessed and reviewed at: https://github.com/lxc/lxc/pull/2343

This e-mail was sent by the LXC bot, direct replies will not reach the author
unless they happen to be subscribed to this list.

=== Description (from pull-request) ===
The details I added can help you build lxc if you encounter problems with dependecies not being met. I listed the dependencies that I had to add for a clean Ubuntu 16.04. 
From a8331ad16ba8863fa9bc2d40f814dc178bd2123e Mon Sep 17 00:00:00 2001
From: Niklas Rosencrantz <nikl...@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
 
_______________________________________________
lxc-devel mailing list
lxc-devel@lists.linuxcontainers.org
http://lists.linuxcontainers.org/listinfo/lxc-devel

Reply via email to