From 3c5dac77890df5cb7aa00cdc13dc63376a33dd1d Mon Sep 17 00:00:00 2001 From: wyqydsyq Date: Wed, 14 Aug 2024 05:33:24 +1000 Subject: [PATCH] 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) --- pages/Getting Started/Installation.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pages/Getting Started/Installation.md b/pages/Getting Started/Installation.md index 09b8dc7..05211ba 100644 --- a/pages/Getting Started/Installation.md +++ b/pages/Getting Started/Installation.md @@ -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.