mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-05 21:15:58 +01:00
Getting Started: update meson install guide
This commit is contained in:
parent
4d8b0f7f5b
commit
105b55239e
1 changed files with 4 additions and 4 deletions
|
@ -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 &
|
||||
|
|
Loading…
Reference in a new issue