mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-08 06:25:58 +01:00
Installation: add hyprland-devel instructions for OpenSUSE (#745)
Add OpenSUSE step for adding hyprland-devel (hyprpm doesn't work without it - doesn't recognize dependencies even though they are installed and accessible in $PATH)
This commit is contained in:
parent
4a4df2c494
commit
3c5dac7789
1 changed files with 5 additions and 0 deletions
|
@ -76,6 +76,11 @@ sudo zypper in hyprland
|
|||
|
||||
or install the "hyprland" package via YaST2 Software.
|
||||
|
||||
For `hyprpm` to recognize it's dependencies, you'll also need to install `hyprland-devel`:
|
||||
```sh
|
||||
sudo zypper in hyprland-devel
|
||||
```
|
||||
|
||||
Alternatively, you can also follow the instructions under
|
||||
["Manual (Manual Build)"](#manual-manual-build) to build Hyprland yourself.
|
||||
|
||||
|
|
Loading…
Reference in a new issue