summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorTomi Valkeinen <tomi.valkeinen@ideasonboard.com>2023-09-30 19:20:59 +0300
committerTomi Valkeinen <tomi.valkeinen@ideasonboard.com>2023-09-30 19:20:59 +0300
commitb91affd0725f2523e2563da4f6295a2977fd3945 (patch)
tree78ff6784b076212d42fe62a131400e5cb77810e9 /README.md
parenta4002d21673cbd6a9b22a7c3705f2a3b741fda38 (diff)
README: fix compile instructions
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ideasonboard.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 1 insertions, 9 deletions
diff --git a/README.md b/README.md
index 5ee6cec..f5a815c 100644
--- a/README.md
+++ b/README.md
@@ -21,16 +21,8 @@ Also included are some simple utilities for KMS and python bindings for kms++.
## Build instructions:
-To build the Python bindings you need to set up the git-submodule for pybind11:
-
-```
-git submodule update --init
-```
-
-And to compile:
-
```
-meson build
+meson setup build
ninja -C build
```