mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-08-14 15:29:56 +00:00
Update README
This adds a section about the staging branch to the README and updates the list of supported architectures. Signed-off-by: Stéphane Graber <stgraber@ubuntu.com> Acked-by: Serge E. Hallyn <serge.hallyn@ubuntu.com>
This commit is contained in:
parent
483d21ff46
commit
e1483a0275
9
README
9
README
@ -29,6 +29,11 @@ Downloading the current source code:
|
||||
You can browse the up to the minute source code and change history online.
|
||||
http://lxc.git.sourceforge.net
|
||||
|
||||
For an even more bleeding edge experience, you may want to look at the
|
||||
staging branch where all changes aimed at the next release land before
|
||||
getting pulled into the master branch.
|
||||
http://github.com/lxc/lxc
|
||||
|
||||
For detailed build instruction refer to INSTALL and man lxc man page
|
||||
but a short command line should work:
|
||||
./autogen.sh && ./configure && make && sudo make install && sudo lxc-setcap
|
||||
@ -48,7 +53,9 @@ Portability:
|
||||
|
||||
lxc is developed and tested on Linux since kernel mainline version 2.6.27
|
||||
(without network) and 2.6.29 with network isolation.
|
||||
is compiled with gcc, and supports i686, x86_64, ppc, ppc64, S390 archi.
|
||||
It's compiled with gcc, and should work on most architectures as long as the
|
||||
required kernel features are available. This includes (but isn't limited to):
|
||||
i686, x86_64, ppc, ppc64, S390, armel and armhf.
|
||||
|
||||
AUTHOR
|
||||
Daniel Lezcano <daniel.lezcano@free.fr>
|
||||
|
Loading…
Reference in New Issue
Block a user