Update README

Change instructions to build from sources.
This commit is contained in:
Marc-Andre Lureau
2019-12-13 19:05:23 +04:00
committed by Paolo Bonzini
parent fd2aada36b
commit 50144236fc

4
README
View File

@ -30,9 +30,9 @@ Clone the source:
Compile the qboot firmware (you may need to install the relevant build
time dependancies):
$ make
$ meson build && ninja -C build
The result will be a 64K file named bios.bin.
The result will be a 64K file named bios.bin under the build/ directory.
Usage
=====