mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-05 21:15:58 +01:00
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
This commit is contained in:
parent
d538f6c4f0
commit
186af33897
1 changed files with 4 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue