From 186af33897c664cdd9b30235644a6274a47ca3be Mon Sep 17 00:00:00 2001 From: Yas <37672190+stickyburn@users.noreply.github.com> Date: Wed, 17 Jan 2024 19:10:57 +0530 Subject: [PATCH] fix: missing instructions for copying wlroots and hyprctl (#437) * 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 --- pages/Getting Started/Installation.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pages/Getting Started/Installation.md b/pages/Getting Started/Installation.md index c773ff5..882c657 100644 --- a/pages/Getting Started/Installation.md +++ b/pages/Getting Started/Installation.md @@ -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 @@ -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)