2
0
mirror of git://github.com/lxc/lxc synced 2025-08-31 19:39:24 +00:00

Updated README and INSTALL. autogen.sh command should be run before configure.

Signed-off-by: Frank Scholten <frank@frankscholten.nl>
Acked-by: Stéphane Graber <stgraber@ubuntu.com>
This commit is contained in:
Frank Scholten
2012-10-26 19:22:26 +02:00
committed by Stéphane Graber
parent 5bf2c5ce9b
commit e54d6cce17
2 changed files with 3 additions and 3 deletions

View File

@@ -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.

4
README
View File

@@ -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: