Replies: 10 comments 5 replies
-
how to uninstall it |
Beta Was this translation helpful? Give feedback.
-
Have you tested it on debian sid? These are not all of the needed dependencies |
Beta Was this translation helpful? Give feedback.
-
Has anyone come up with a way to install Hyprland that is up to date with Debian 12? |
Beta Was this translation helpful? Give feedback.
-
Hyprland v0.24.1 compiles fine on Debian Sid as of the time of writing.
|
Beta Was this translation helpful? Give feedback.
-
Got latest version commit ec26962 to compile on sid using And by following manatails steps |
Beta Was this translation helpful? Give feedback.
-
For what its worth, I was also able to build current git version (28.whatever) on bookworm (debian 12 stable) following manatails directions too, after doing simplebackport from trixie on 3 packages: wayland, wayland-protocols, and libinput. Before doing the backports, meson told me wayland, then wayland-protocols were too old. But libinput just gave errors during build, it didn't warn me that wasn't new enough. So I think that's a minor bug, meson should tell user need newer libinput. |
Beta Was this translation helpful? Give feedback.
-
I don't want to deal with back-porting Wayland, so I use v0.24.1, which is the last version with wlroots targeting Wayland 1.21. I only need Hyprland as a Looking Glass launcher, so I don't mind the old version. |
Beta Was this translation helpful? Give feedback.
-
Should work on the raspberry pi because it uses debian 12 and most packages are available, haven't tried though |
Beta Was this translation helpful? Give feedback.
-
I think you can build it on 12 and run it but problem is latest versions require newer cmake which isn't avaliable on 12 so maybe using repos from trixie to update software is good idea but not the system yet. I've seen people making hyprland work on debian 12 without problem. Cmake on debian 12 is 3.5.2 i think and as of now it requires 3.6 or newer which isn't avaliable for debian 12 and you either have to install them from website or swap to either trixie or backports to get newer stuff. |
Beta Was this translation helpful? Give feedback.
-
hi, IM on trixie, not testing, I mean I removed testing in sources.list to trixie, so if I want to install the latest hyprland (0.47.2) do you think it will work? |
Beta Was this translation helpful? Give feedback.
-
Should work on a recent ubuntu too, untested though.
Prerequisites:
sudo apt install build-essential git ninja-build meson && sudo apt-get build-dep wlroots
Building:
git clone --recursive https://github.com/hyprwm/Hyprland
If you want to use a specific release use
git clone --recursive https://github.com/hyprwm/Hyprland -b VERSION
Then edit your hyprland.conf and you're good to go.
Beta Was this translation helpful? Give feedback.
All reactions