mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-22 12:45:59 +01:00
Updated Gentoo installation instructions for Hyprland and related packages (#271)
This commit is contained in:
parent
706deccda7
commit
621647d3a6
1 changed files with 14 additions and 2 deletions
|
@ -65,14 +65,26 @@ Note: _Hyprland is not available for Leap, as most libraries (and compiler) that
|
|||
{{< /tab >}}
|
||||
{{< tab "Fedora*" >}}<https://github.com/hyprwm/Hyprland/discussions/284>{{< /tab >}}
|
||||
{{< tab "Gentoo*" >}}
|
||||
The hyprland package is available in the [guru](https://wiki.gentoo.org/wiki/Project:GURU) overlay.
|
||||
The hyprland and xdg-desktop-portal-hyprland packages are available in the main tree:
|
||||
|
||||
```sh
|
||||
emerge --ask gui-wm/hyprland
|
||||
emerge --ask gui-libs/xdg-desktop-portal-hyprland
|
||||
```
|
||||
|
||||
Additional packages like hyprland-plugins, hyprpaper and hyprpicker are available in the [GURU](https://wiki.gentoo.org/wiki/Project:GURU) overlay. Community-contributed scripts are also available in GURU as part of the hyprland-contrib package.
|
||||
|
||||
```sh
|
||||
eselect repository enable guru
|
||||
emaint sync -r guru
|
||||
emerge --ask --verbose hyprland
|
||||
emerge --ask gui-apps/hyprland-plugins
|
||||
emerge --ask gui-apps/hyprpaper
|
||||
emerge --ask gui-apps/hyprpicker
|
||||
emerge --ask gui-wm/hyprland-contrib
|
||||
```
|
||||
|
||||
For USE flags and more details, read the [Gentoo wiki page](https://wiki.gentoo.org/wiki/Hyprland) about Hyprland.
|
||||
|
||||
{{</ tab >}}
|
||||
{{< tab "FreeBSD*" >}}
|
||||
Hyprland and related are in the default repository:
|
||||
|
|
Loading…
Reference in a new issue