Installation: invoke Git when using Meson like with CMake

Trying to build in a random directory like HOME may fail or build
something else. So, provide the context for a user who skipped
reading CMake section.
This commit is contained in:
Jan Beich 2023-04-25 14:34:10 +00:00
parent 7838792635
commit 26871841d0

View file

@ -370,7 +370,8 @@ installed._
### Meson
```plain
meson subprojects update --reset
git clone --recursive https://github.com/hyprwm/Hyprland
cd Hyprland
meson setup build
meson compile -C build
meson install -C build --skip-subprojects