From d68464e13b10d54dff9fe36751a099b77223b33a Mon Sep 17 00:00:00 2001 From: Wei Liu Date: Thu, 10 Mar 2016 12:40:23 +0000 Subject: [PATCH] Add README file Signed-off-by: Wei Liu --- Not sure what I should put in here other than building. And we also need COPYING file. --- README | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 README diff --git a/README b/README new file mode 100644 index 0000000..76def8b --- /dev/null +++ b/README @@ -0,0 +1,16 @@ +How to build +------------ + +Please first clone xen.git, mini-os.git and qemu-xen-traditional.git +to suitable locations. + +Then + +export XEN_ROOT=/path/to/xen.git +export MINIOS_ROOT=/path/to/mini-os.git +export QEMU_TRAD_ROOT=/path/to/qemu-xen-traditional.git +./configure +make dist + +You should find all generated files under dist/ directory. + -- 2.39.5