mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-29 16:05:58 +01:00
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:
parent
7838792635
commit
26871841d0
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue