mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-29 16:05:58 +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
625c078eda
commit
7838792635
1 changed files with 2 additions and 2 deletions
|
@ -372,8 +372,8 @@ installed._
|
|||
```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