From 87d04fdf4592a0b306852e16eb8fb68c2fd65c31 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Thu, 14 Dec 2023 22:05:03 +0100 Subject: Add instructions for gentoomen, unofficial, untested. Lmao --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 385da09..6ae2576 100644 --- a/README.md +++ b/README.md @@ -25,9 +25,14 @@ EXAMPLES: ``` ## Installation If you are running arch linux then you can install QuickMedia from aur: [https://aur.archlinux.org/packages/quickmedia-git/](https://aur.archlinux.org/packages/quickmedia-git/), otherwise you will need to first install [sibs](https://git.dec05eba.com/sibs/) and then run `./install.sh` as root.\ -There is also an unofficial ebuild for gentoo users: [https://gitea.plan9.rocks/9/overlay-from-plan9/raw/branch/master/net-im/quickmedia/quickmedia-9999.ebuild](https://gitea.plan9.rocks/9/overlay-from-plan9/raw/branch/master/net-im/quickmedia/quickmedia-9999.ebuild).\ `tar` and curl needs to be installed to run the `install.sh` script.\ -Installing `lld` (the LLVM linker) can improve compile times. +Installing `lld` (the LLVM linker) can improve compile times.\ +There is also an unofficial ebuild for gentoo users. On gentoo you can install QuickMedia by running these commands: +```bash +eselect repository add overlay-from-plan9 git https://gitea.plan9.rocks/9/overlay-from-plan9 +emerge --sync overlay-from-plan9 +emerge -av quickmedia +``` ## Dependencies ### Libraries `libglvnd (LibGL.so)`, `libx11`, `libxrandr`, `libmpv` -- cgit v1.2.3