Skip to content

Commit aed52ef

Browse files
committed
Add Meson build instructions
Also fix CMake instructions indent level
1 parent c1beef4 commit aed52ef

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ make check
8181
sudo make install
8282
```
8383

84-
## Via [CMake](https://cmake.org/) (and [Ninja](https://ninja-build.org/))
84+
### Via [CMake](https://cmake.org/) (and [Ninja](https://ninja-build.org/))
8585

8686
```console
8787
mkdir build
@@ -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 configure 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)