Add how to build VM images to README.md (ref T14).

This commit is contained in:
Yuya Kusakabe 2016-03-08 13:46:08 +09:00
parent a0a10a1057
commit 6b9627e678

View File

@ -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