aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 3 insertions, 6 deletions
diff --git a/README.md b/README.md
index a8818cf..96d30b9 100644
--- a/README.md
+++ b/README.md
@@ -58,17 +58,14 @@ Building libvfio-user
Build requirements:
- * `cmake` (v2 or above)
+ * `meson` (v0.53.0 or above)
* `apt install libjson-c-dev libcmocka-dev` *or*
* `yum install json-c-devel libcmocka-devel`
To build:
- make && make install
-
-By default a debug build is created. To create a release build do:
-
- make BUILD_TYPE=rel
+ meson build
+ ninja -C build
The kernel headers are necessary because VFIO structs and defines are reused.