diff mbox

[RFC,v1,14/14] Add README file

Message ID 1457628755-20267-15-git-send-email-wei.liu2@citrix.com (mailing list archive)
State New, archived
Headers show

Commit Message

Wei Liu March 10, 2016, 4:52 p.m. UTC
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 | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 README

Comments

Wei Liu March 10, 2016, 6:33 p.m. UTC | #1
On Thu, Mar 10, 2016 at 04:52:35PM +0000, Wei Liu wrote:
> 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 | 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.
> +

I realise I should add more information on how to build 32 bit and 64
bit stubdom here. I will update it in next iteration.

Wei.

> -- 
> 2.1.4
>
diff mbox

Patch

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.
+