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 aed52efCopy full SHA for aed52ef
README.md
@@ -81,7 +81,7 @@ make check
81
sudo make install
82
```
83
84
-## Via [CMake](https://cmake.org/) (and [Ninja](https://ninja-build.org/))
+### Via [CMake](https://cmake.org/) (and [Ninja](https://ninja-build.org/))
85
86
```console
87
mkdir build
@@ -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 configure 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