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:
wyqydsyq 2024-08-14 05:33:24 +10:00 committed by GitHub
parent 4a4df2c494
commit 3c5dac7789
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 0 deletions

View File

@ -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.