summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDaniil Baturin <daniil@baturin.org>2016-04-13 03:19:13 -0400
committerDaniil Baturin <daniil@baturin.org>2016-04-13 03:19:13 -0400
commit9077fc0d3832de0644c9e501d3418d2e1f81cfa8 (patch)
tree671ac485a1b78a48c1b85ceac1d99ee752bdd801 /README.md
parent6bf7fdff0f7e64bbd2b231a4041bbfaffa36223b (diff)
parent6686f05a1cda18c70525837a2dc95431ad5306cd (diff)
downloadvyos-build-9077fc0d3832de0644c9e501d3418d2e1f81cfa8.tar.gz
vyos-build-9077fc0d3832de0644c9e501d3418d2e1f81cfa8.zip
Merge branch 'current' of github.com:vyos/vyos-build into current
Diffstat (limited to 'README.md')
-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