aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc-Andre Lureau <marcandre.lureau@redhat.com>2019-12-13 19:05:23 +0400
committerPaolo Bonzini <bonzini@gnu.org>2019-12-14 08:55:42 +0100
commit50144236fc8da1a8da00b67abbc4f395656d5119 (patch)
tree307616ffe89ec466c5815983d060798646887981
parentfd2aada36b98bba7476d060c448055c7180b9020 (diff)
downloadqboot-50144236fc8da1a8da00b67abbc4f395656d5119.zip
qboot-50144236fc8da1a8da00b67abbc4f395656d5119.tar.gz
qboot-50144236fc8da1a8da00b67abbc4f395656d5119.tar.bz2
Update README
Change instructions to build from sources.
-rw-r--r--README4
1 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index e04e984..c913357 100644
--- a/README
+++ b/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
=====