mirror of
git://github.com/lxc/lxc
synced 2025-09-04 04:49:30 +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:
committed by
Stéphane Graber
parent
5bf2c5ce9b
commit
e54d6cce17
2
INSTALL
2
INSTALL
@@ -10,7 +10,7 @@ unlimited permission to copy, distribute and modify it.
|
|||||||
Basic Installation
|
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
|
configure, build, and install this package. The following
|
||||||
more-detailed instructions are generic; see the `README' file for
|
more-detailed instructions are generic; see the `README' file for
|
||||||
instructions specific to this package.
|
instructions specific to this package.
|
||||||
|
4
README
4
README
@@ -7,7 +7,7 @@ What is lxc:
|
|||||||
kernel. It provides the resource management through the control groups aka
|
kernel. It provides the resource management through the control groups aka
|
||||||
process containers and resource isolation through the namespaces.
|
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
|
vide an userspace container object which provides full resource isolation
|
||||||
and resource control for an applications or a system.
|
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
|
For detailed build instruction refer to INSTALL and man lxc man page
|
||||||
but a short command line should work:
|
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.
|
preceded by ./autogen.sh if configure do not exist yet.
|
||||||
|
|
||||||
Getting help:
|
Getting help:
|
||||||
|
Reference in New Issue
Block a user