mirror of
https://gitlab.com/qemu-project/qboot.git
synced 2024-02-13 08:33:40 +08:00
Update README
Change instructions to build from sources.
This commit is contained in:
committed by
Paolo Bonzini
parent
fd2aada36b
commit
50144236fc
4
README
4
README
@ -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
|
||||
=====
|
||||
|
||||
Reference in New Issue
Block a user