Skip to content

Commit

Permalink
fix: missing instructions for copying wlroots and hyprctl (#437)
Browse files Browse the repository at this point in the history
* fix: reminder to copy wlroots and hyprctl

There's no instruction to copy wlroots and hyprctl when building manually with flags. This add it.

I could add to the `sudo cp` command but figured build directories for wlroots might change.

* chore: add hyprpm to copy bins
  • Loading branch information
stickyburn authored Jan 17, 2024
1 parent d538f6c commit 186af33
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pages/Getting Started/Installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,8 @@ copy the binary (Hyprland) to `/usr/bin/`.

copy hyprctl to `/usr/bin/`.

copy hyprpm to `/usr/bin/`.

copy the wlroots .so (`libwlroots.so.XX032`) to `/usr/lib/`.

copy the desktop entry (`example/hyprland.desktop`) to
Expand Down Expand Up @@ -288,3 +290,5 @@ Now, of course, install manually.
```plain
sudo cp ./build/Hyprland /usr/bin && sudo cp ./example/hyprland.desktop /usr/share/wayland-sessions
```

Lastly, copy hyprctl, hyprpm, and wlroots as mentioned [here](#manual-releases-linux-only)

0 comments on commit 186af33

Please sign in to comment.