]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
Updated README and INSTALL. autogen.sh command should be run before configure.
authorFrank Scholten <frank@frankscholten.nl>
Fri, 26 Oct 2012 17:22:26 +0000 (19:22 +0200)
committerStéphane Graber <stgraber@ubuntu.com>
Mon, 12 Nov 2012 19:56:02 +0000 (14:56 -0500)
Signed-off-by: Frank Scholten <frank@frankscholten.nl>
Acked-by: Stéphane Graber <stgraber@ubuntu.com>
INSTALL
README

diff --git a/INSTALL b/INSTALL
index 4f3847c376777ba324c9b5ee420c6b262e9539bb..6970e369b4eca67df133f54443308832bf5d87d7 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -10,7 +10,7 @@ unlimited permission to copy, distribute and modify it.
 Basic Installation
 ==================
 
-Briefly, the shell commands `./configure; make; make install' should
+Briefly, the shell commands `./autogen.sh; ./configure; make; make install' should
 configure, build, and install this package.  The following
 more-detailed instructions are generic; see the `README' file for
 instructions specific to this package.
diff --git a/README b/README
index 0cf024629a7346187f8d050fdd669bd2f9a4f96a..b81e7a9231212863a11a7a1140c90be6e3bc55b6 100644 (file)
--- a/README
+++ b/README
@@ -7,7 +7,7 @@ What is lxc:
   kernel. It provides the resource management through the control groups  aka
   process containers and resource isolation through the namespaces.
 
-  The  linux  containers, lxc, aims to use these new functionnalities to pro-
+  The  linux  containers, lxc, aims to use these new functionalities to pro-
   vide an userspace container object which provides full  resource  isolation
   and resource control for an applications or a system.
 
@@ -31,7 +31,7 @@ Downloading the current source code:
 
   For detailed build instruction refer to INSTALL and man lxc man page
   but a short command line should work:
-  ./configure && make && sudo make install && sudo lxc-setcap
+  ./autogen.sh && ./configure && make && sudo make install && sudo lxc-setcap
   preceded by ./autogen.sh if configure do not exist yet.
 
 Getting help: