mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-07 14:05:59 +01:00
Installation: unbreak Meson steps
- ninja doesn't support `--tags` unlike meson - `--skip-subprojects` is more clear than `--tags runtime,man`
This commit is contained in:
parent
829f68e33a
commit
5b511bf2ec
1 changed files with 2 additions and 2 deletions
|
@ -220,8 +220,8 @@ _CMake is always recommended as it's the intended way Hyprland should be install
|
|||
```plain
|
||||
meson subprojects update --reset
|
||||
meson setup build
|
||||
ninja -C build
|
||||
ninja -C build install --tags runtime,man
|
||||
meson compile -C build
|
||||
meson install -C build --skip-subprojects
|
||||
```
|
||||
|
||||
Refer to [Debugging](../../Contributing-and-Debugging) to see how to build &
|
||||
|
|
Loading…
Reference in a new issue