Skip to content

Commit

Permalink
Installation: invoke Git when using Meson like with CMake
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
jbeich committed Aug 11, 2023
1 parent ec206f8 commit 43d811b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pages/Getting Started/Installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,8 @@ _CMake is always recommended as it's the intended way Hyprland should be install
### 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
Expand Down

0 comments on commit 43d811b

Please sign in to comment.