Commit e54d6cce by Frank Scholten Committed by Stéphane Graber

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

parent 5bf2c5ce
...@@ -10,7 +10,7 @@ unlimited permission to copy, distribute and modify it. ...@@ -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.
......
...@@ -7,7 +7,7 @@ What is lxc: ...@@ -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: ...@@ -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:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment