]> xenbits.xensource.com Git - people/liuw/stubdom.git/commitdiff
Add README file wip.split-stubdom-v1
authorWei Liu <wei.liu2@citrix.com>
Thu, 10 Mar 2016 12:40:23 +0000 (12:40 +0000)
committerWei Liu <wei.liu2@citrix.com>
Thu, 10 Mar 2016 16:07:09 +0000 (16:07 +0000)
Signed-off-by: Wei Liu <wei.liu2@citrix.com>
---
Not sure what I should put in here other than building.

And we also need COPYING file.

README [new file with mode: 0644]

diff --git a/README b/README
new file mode 100644 (file)
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.
+