=== Compile ===
$ Usual <code>./configure --prefix=&& make</usr $ makecode> should do. But you probably want to specify more options. It makes sense to:
Note it makes sense to * enable cgroup support* add <code>--without-ploop</code> (unless you want [[ploop]] compiled it) because otherwise you will need ploop lib headers (available from [[Download/ploop]]).* enable bash completion support* set prefix to /usr
See <code>./configure --help</code> output for more details and options available. So, the command will look like: $ ./configure --with-cgroup --without-ploop --enable-bashcomp --prefix=/usr $ make -j4
=== Install ===
# make install