From f96d121419b6c50346b0d59332a511b7986acf1e Mon Sep 17 00:00:00 2001 From: Yappaholic Date: Tue, 8 Jul 2025 07:49:50 +0300 Subject: [PATCH] docs: add installation for Gentoo linux --- README.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/README.md b/README.md index 4055d4e..202c942 100644 --- a/README.md +++ b/README.md @@ -71,6 +71,28 @@ yay -S maomaowm-git ``` +## Gentoo Linux + +The package is in the community-maintained repository called GURU. +First, add GURU repository: + +```bash +emerge --ask --verbose eselect-repository +eselect repository enable guru +emerge --sync guru +``` + +Then, add `gui-libs/scenefx` and `gui-wm/maomaowm` to the `package.accept_keywords`. + +Finally, install the package: + +```bash +emerge --ask --verbose gui-wm/maomaowm +``` + +Patching wlroots is done by getting the patch with git from [the repository](https://github.com/DreamMaoMao/wlroots.git) +and then copying it to `/etc/portage/patches/gui-libs/wlroots/`. + ## Other ```bash