From fee8864793789d3668120a085ba5ce39ebdb42c6 Mon Sep 17 00:00:00 2001 From: Razorfang Date: Sat, 4 Feb 2023 23:02:15 +1300 Subject: [PATCH] Add instructions for installing Wine on Gentoo Linux. --- WineDependencies.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/WineDependencies.md b/WineDependencies.md index 3457ea7..8d13dc5 100644 --- a/WineDependencies.md +++ b/WineDependencies.md @@ -59,6 +59,16 @@ For a more minimal experience: sudo dnf install wine-core wine-core.i686 +## Gentoo + +**The use of Wine on Gentoo Linux requires a profile with multilib support.** + +Ensure that CONFIG_COMPAT_32BIT_TIME is enabled in your kernel. + +Install the virtual wine package: + + sudo emerge --ask virtual/wine + ## Other distributions To install Wine on other distributions, consult the [WineHQ Download](https://wiki.winehq.org/Download) page for more information.