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:
Jan Beich 2023-04-25 14:07:21 +00:00
parent 625c078eda
commit 7838792635

View file

@ -372,8 +372,8 @@ installed._
```plain ```plain
meson subprojects update --reset meson subprojects update --reset
meson setup build meson setup build
ninja -C build meson compile -C build
ninja -C build install --tags runtime,man meson install -C build --skip-subprojects
``` ```
Refer to [Debugging](../../Contributing-and-Debugging) to see how to build & Refer to [Debugging](../../Contributing-and-Debugging) to see how to build &