Getting Started: update meson install guide

This commit is contained in:
Mihai Fufezan 2023-05-17 00:18:25 +03:00
parent 4d8b0f7f5b
commit 105b55239e
No known key found for this signature in database
GPG Key ID: 5899325F2F120900
1 changed files with 4 additions and 4 deletions

View File

@ -159,14 +159,14 @@ sudo make install
```
_CMake is always recommended as it's the intended way Hyprland should be installed._
_Meson might have some imperfections, like e.g. overwriting wlroots headers or not installing Hyprland headers properly for plugin support_
### Meson
```plain
meson _build
ninja -C _build
ninja -C _build install --tags runtime,man
meson subprojects update --reset
meson setup build
ninja -C build
ninja -C build install --tags runtime,man
```
Refer to [Debugging](../../Contributing-and-Debugging) to see how to build &