We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1beef4 commit 1b43c9eCopy full SHA for 1b43c9e
README.md
@@ -91,6 +91,16 @@ ninja all
91
sudo ninja install
92
```
93
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
104
### Via Nix
105
106
You can build with Nix in several ways.
0 commit comments