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 Apr 25, 2023
1 parent 2ec125b commit 6346dbb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pages/Getting Started/Installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,8 @@ sudo make install
### Meson

```plain
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 6346dbb

Please sign in to comment.