Skip to content

Commit 1b43c9e

Browse files
committed
Add Meson build instructions
1 parent c1beef4 commit 1b43c9e

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,16 @@ ninja all
9191
sudo ninja install
9292
```
9393

94+
## Via [Meson](https://mesonbuild.com/) (and [Ninja](https://ninja-build.org/))
95+
96+
```console
97+
mkdir build
98+
meson build
99+
cd build
100+
ninja all
101+
sudo ninja install
102+
```
103+
94104
### Via Nix
95105

96106
You can build with Nix in several ways.

0 commit comments

Comments
 (0)