Skip to content

Commit

Permalink
README: fix compile instructions
Browse files Browse the repository at this point in the history
Signed-off-by: Tomi Valkeinen <[email protected]>
  • Loading branch information
tomba committed Sep 30, 2023
1 parent a4002d2 commit b91affd
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down

0 comments on commit b91affd

Please sign in to comment.