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