From: Stefano Stabellini Date: Thu, 10 Mar 2011 18:11:31 +0000 (+0000) Subject: update README X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=44a953192ac0c9e74037230faedcfd4ab08d585e;p=xen.git update README update README: we are missing few compile time dependencies and a link to the pvops kernel page on the wiki. Signed-off-by: Stefano Stabellini Acked-by: Ian Jackson Signed-off-by: Ian Jackson --- diff --git a/README b/README index 092439f4c2..8e1c1e9a4f 100644 --- a/README +++ b/README @@ -46,16 +46,22 @@ provided by your OS distributor: * Development install of curses (e.g., libncurses-dev) * Development install of openssl (e.g., openssl-dev) * Development install of x11 (e.g. xorg-x11-dev) + * Development install of uuid (e.g. uuid-dev) * bridge-utils package (/sbin/brctl) * iproute package (/sbin/ip) * hotplug or udev * GNU bison and GNU flex + * GNU gettext + * 16-bit x86 assembler, loader and compiler (dev86 rpm or bin86 & bcc debs) + * ACPI ASL compiler (iasl) Second, you need to acquire a suitable kernel for use in domain 0. If possible you should use a kernel provided by your OS distributor. If no suitable kernel is available from your OS distributor then refer to http://wiki.xen.org/xenwiki/XenDom0Kernels for suggestions for suitable kernels to use. +If you are looking to compile a Dom0 kernel from source, please refer to +http://wiki.xensource.com/xenwiki/XenParavirtOps. [NB. Unless noted otherwise, all the following steps should be performed with root privileges.]