summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuya Kusakabe <yuya.kusakabe@gmail.com>2016-03-08 13:46:08 +0900
committerYuya Kusakabe <yuya.kusakabe@gmail.com>2016-03-08 13:46:08 +0900
commit6b9627e678f587a556a578b6f7b838e3f193ffdb (patch)
tree9a03fdc6d2b2e5cc7594c7d38b1843d38b76f530
parenta0a10a1057ceafe7abf6a8da30894c97e5a90a1a (diff)
downloadvyos-build-6b9627e678f587a556a578b6f7b838e3f193ffdb.tar.gz
vyos-build-6b9627e678f587a556a578b6f7b838e3f193ffdb.zip
Add how to build VM images to README.md (ref T14).
-rw-r--r--README.md25
1 files changed, 23 insertions, 2 deletions
diff --git a/README.md b/README.md
index ea88d028..32b44a98 100644
--- a/README.md
+++ b/README.md
@@ -52,11 +52,32 @@ Individual packages may have other build dependencies. If some packages are miss
Before you can build an image, you need to configure your build.
To build an image, use the following commands:
- ./configure
- make iso
+
+```
+./configure
+make iso
+```
The ./configure script has a number of options that you can see by calling it with --help
+## Building the images for virtualization platforms
+
+* QEMU
+
+Run following command after building the ISO image.
+
+```
+make qemu
+```
+
+* VMware
+
+Run following command after building the QEMU image.
+
+```
+make vmware
+```
+
# Development process
## git branches