From b91affd0725f2523e2563da4f6295a2977fd3945 Mon Sep 17 00:00:00 2001 From: Tomi Valkeinen Date: Sat, 30 Sep 2023 19:20:59 +0300 Subject: README: fix compile instructions Signed-off-by: Tomi Valkeinen --- README.md | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'README.md') 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 ``` -- cgit v1.2.3