mention unofficial install methods

This commit is contained in:
vaxerski 2023-07-16 00:32:40 +02:00
parent bf7c00cf68
commit 3d83cc67ce
1 changed files with 8 additions and 6 deletions

View File

@ -39,7 +39,7 @@ hyprland - binary x86 tagged release
{{< /tab >}} {{< /tab >}}
{{< tab "Nix" >}}Read the [Nix page](../../Nix).{{< /tab >}} {{< tab "Nix" >}}Read the [Nix page](../../Nix).{{< /tab >}}
{{< tab "openSUSE" >}} {{< tab "openSUSE*" >}}
Hyprland is part of factory, starting with snapshot 20230411. To install it simply use zypper Hyprland is part of factory, starting with snapshot 20230411. To install it simply use zypper
```sh ```sh
@ -53,8 +53,8 @@ to build Hyprland yourself.
Note: _Hyprland is not available for Leap, as most libraries (and compiler) that Hyprland needs are too old._ Note: _Hyprland is not available for Leap, as most libraries (and compiler) that Hyprland needs are too old._
{{< /tab >}} {{< /tab >}}
{{< tab "Fedora" >}}<https://github.com/hyprwm/Hyprland/discussions/284>{{< /tab >}} {{< tab "Fedora*" >}}<https://github.com/hyprwm/Hyprland/discussions/284>{{< /tab >}}
{{< tab "Gentoo" >}} {{< tab "Gentoo*" >}}
The hyprland package is available in the [guru](https://wiki.gentoo.org/wiki/Project:GURU) overlay. The hyprland package is available in the [guru](https://wiki.gentoo.org/wiki/Project:GURU) overlay.
```sh ```sh
@ -64,7 +64,7 @@ emerge --ask --verbose hyprland
``` ```
{{</ tab >}} {{</ tab >}}
{{< tab "FreeBSD" >}} {{< tab "FreeBSD*" >}}
Hyprland and related are in the default repository: Hyprland and related are in the default repository:
- [hyprland](https://www.freshports.org/x11-wm/hyprland) - [hyprland](https://www.freshports.org/x11-wm/hyprland)
- [hyprpaper](https://www.freshports.org/x11/hyprpaper) - [hyprpaper](https://www.freshports.org/x11/hyprpaper)
@ -72,7 +72,7 @@ Hyprland and related are in the default repository:
- [xdg-desktop-portal-hyprland](https://www.freshports.org/x11/xdg-desktop-portal-hyprland) - [xdg-desktop-portal-hyprland](https://www.freshports.org/x11/xdg-desktop-portal-hyprland)
- [Other Wayland stuff](https://www.freshports.org/wayland/) - [Other Wayland stuff](https://www.freshports.org/wayland/)
{{</ tab >}} {{</ tab >}}
{{< tab "Ubuntu 23.04" >}} {{< tab "Ubuntu 23.04*" >}}
Build Dependencies: Build Dependencies:
```bash ```bash
sudo apt-get install -y meson wget build-essential ninja-build cmake-extras cmake gettext gettext-base fontconfig libfontconfig-dev libffi-dev libxml2-dev libdrm-dev libxkbcommon-x11-dev libxkbregistry-dev libxkbcommon-dev libpixman-1-dev libudev-dev libseat-dev seatd libxcb-dri3-dev libvulkan-dev libvulkan-volk-dev vulkan-validationlayers-dev libvkfft-dev libgulkan-dev libegl-dev libgles2 libegl1-mesa-dev glslang-tools libinput-bin libinput-dev libxcb-composite0-dev libavutil-dev libavcodec-dev libavformat-dev libxcb-ewmh2 libxcb-ewmh-dev libxcb-present-dev libxcb-icccm4-dev libxcb-render-util0-dev libxcb-res0-dev libxcb-xinput-dev xdg-desktop-portal-wlr sudo apt-get install -y meson wget build-essential ninja-build cmake-extras cmake gettext gettext-base fontconfig libfontconfig-dev libffi-dev libxml2-dev libdrm-dev libxkbcommon-x11-dev libxkbregistry-dev libxkbcommon-dev libpixman-1-dev libudev-dev libseat-dev seatd libxcb-dri3-dev libvulkan-dev libvulkan-volk-dev vulkan-validationlayers-dev libvkfft-dev libgulkan-dev libegl-dev libgles2 libegl1-mesa-dev glslang-tools libinput-bin libinput-dev libxcb-composite0-dev libavutil-dev libavcodec-dev libavformat-dev libxcb-ewmh2 libxcb-ewmh-dev libxcb-present-dev libxcb-icccm4-dev libxcb-render-util0-dev libxcb-res0-dev libxcb-xinput-dev xdg-desktop-portal-wlr
@ -91,7 +91,7 @@ Refer to the gist if anything fails.
{{< /hint >}} {{< /hint >}}
{{</ tab >}} {{</ tab >}}
{{< tab "Void Linux" >}} {{< tab "Void Linux*" >}}
Hyprland is not available for Void Linux from the official repositories [as Hyprland does build against tagged wlroots](https://github.com/void-linux/void-packages/issues/37544), Hyprland is not available for Void Linux from the official repositories [as Hyprland does build against tagged wlroots](https://github.com/void-linux/void-packages/issues/37544),
however template files are available [from a third party](https://github.com/Makrennel/hyprland-void) which can build Hyprland [using xbps-src](https://github.com/void-linux/void-packages). however template files are available [from a third party](https://github.com/Makrennel/hyprland-void) which can build Hyprland [using xbps-src](https://github.com/void-linux/void-packages).
@ -104,6 +104,8 @@ As always, when using third party scripts exercise caution and understand what t
{{< /tabs >}} {{< /tabs >}}
***\* Unofficial, no official support is provided. These instructions are community-driven, and no guarantee is provided for their validity.***
### Manual (Releases, Linux-only) ### Manual (Releases, Linux-only)
Download the most recent release. Download the most recent release.