]> xenbits.xensource.com Git - xen.git/commitdiff
Added section on Xend's runtime dependencies.
authorEwan Mellor <ewan@xensource.com>
Tue, 3 Apr 2007 11:22:10 +0000 (12:22 +0100)
committerEwan Mellor <ewan@xensource.com>
Tue, 3 Apr 2007 11:22:10 +0000 (12:22 +0100)
Signed-off-by: Ewan Mellor <ewan@xensource.com>
README

diff --git a/README b/README
index b1200f7b29fb8c0f40a962ac7311f5f7a12d7bbf..c382918db460e303091eedb22b38c596d60bc74f 100644 (file)
--- a/README
+++ b/README
@@ -177,3 +177,25 @@ On Linux:
    an initial ram disk, just like a native system e.g.
     # depmod 2.6.16-xen
     # mkinitrd -v -f --with=aacraid --with=sd_mod --with=scsi_mod initrd-2.6.16-xen.img 2.6.16-xen
+
+
+Python Runtime Libraries
+========================
+
+Xend (the Xen daemon) has the following runtime dependencies:
+
+    * Python 2.3 or later.
+      In many distros, the XML-aspects to the standard library
+      (xml.dom.minidom etc) are broken out into a separate python-xml package.
+      This is also required.
+
+          URL:    http://www.python.org/
+          Debian: python, python-xml
+
+    * For optional SSL support, pyOpenSSL:
+          URL:    http://pyopenssl.sourceforge.net/
+          Debian: python-pyopenssl
+
+    * For optional PAM support, PyPAM:
+          URL:    http://www.pangalactic.org/PyPAM/
+          Debian: python-pam