diff options
Diffstat (limited to 'system/wine/README')
-rw-r--r-- | system/wine/README | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/system/wine/README b/system/wine/README index a8098ff54230..b201b9921c55 100644 --- a/system/wine/README +++ b/system/wine/README @@ -9,6 +9,10 @@ running IE in wine, then do this: IEFIX=YES ./wine.SlackBuild If you want to use the fallout3 patch to fix problems with nvidia cards while running this game, then do this: FALLOUT3=YES ./wine.SlackBuild +If you want to apply the DIB engine patches use DIB=YES ./wine.SlackBuild. +You will need to download the DIB patches beforehand using something like +wget -O dibeng-max.zip http://bugs.winehq.org/attachment.cgi?id=29994 + These options can be used together. This requires fontforge and webcore-fonts. |