diff options
author | dec05eba <dec05eba@protonmail.com> | 2023-12-14 22:05:03 +0100 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2023-12-14 22:05:03 +0100 |
commit | 87d04fdf4592a0b306852e16eb8fb68c2fd65c31 (patch) | |
tree | 6e1739add83e5bb5f858fbd848518716b282f3ba | |
parent | 824dbacab5c2eae9499b68f2e03aceec339350d1 (diff) |
Add instructions for gentoomen, unofficial, untested. Lmao
-rw-r--r-- | README.md | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -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` |