mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-22 20:55:59 +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._
|
_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
|
### Meson
|
||||||
|
|
||||||
```plain
|
```plain
|
||||||
meson _build
|
meson subprojects update --reset
|
||||||
ninja -C _build
|
meson setup build
|
||||||
ninja -C _build install --tags runtime,man
|
ninja -C build
|
||||||
|
ninja -C build install --tags runtime,man
|
||||||
```
|
```
|
||||||
|
|
||||||
Refer to [Debugging](../../Contributing-and-Debugging) to see how to build &
|
Refer to [Debugging](../../Contributing-and-Debugging) to see how to build &
|
||||||
|
|
Loading…
Reference in a new issue