From 7076c2e6a55cfc7c292eb68ca17b00dae498ef81 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20D=C3=B6rre?= Date: Sat, 2 Dec 2023 13:22:27 +0100 Subject: [PATCH] Mention Gentoo in the readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index edc7f78..478bbcf 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,8 @@ It is basically the same as Primus for OpenGL (https://github.com/amonakov/primu First you need to install `primus_vk`: * On Archlinux there are official packages ([for 64-bit games](https://archlinux.org/packages/extra/x86_64/primus_vk/), [for 32-bit games](https://archlinux.org/packages/multilib/x86_64/lib32-primus_vk/)). * On Debian (from bullseye on) you should use `primus-vk-nvidia` (which recommends also the 32-bit variants of those packages for 32-bit games), which already is preconfigured for the Nvidia dedicated + Intel integrated graphics setup. When you have a different setup, you should install just `primus-vk` (which installs only the bare `primus_vk`-library and no graphics drivers), and install the Vulkan drivers, you need manually. + * For Gentoo Linux and affiliates distributions, an unoffical overlay branch is developed [here](https://ftp.pingwho.org/pub/gentoo/ftp/overlay/dbox2-overlay/x11-libs/primus_vk/). + This overlay branch supports multilib abi_x86_32 and abi_x86_64 for Vulkan applications on Intel/Nvidia Optimus configuration. * For Fedora there are [unofficial packages](https://copr.fedorainfracloud.org/coprs/yura/primus-vk/). * For other distributions you will likely need to [manually install](#installation) `primus_vk`.