diff options
author | David Woodfall <dave@dawoodfall.net> | 2012-12-11 18:47:51 +0100 |
---|---|---|
committer | dsomero <xgizzmo@slackbuilds.org> | 2012-12-11 16:23:09 -0500 |
commit | 4dd55d0f3c57cf8c8cacda7c789b04c2107db31d (patch) | |
tree | 80f9becf03b972fb72ed8f8903ea629eb67ba717 /system/wine/README | |
parent | e687f709d9f36824205a6c8d43769bd8bf7d49d2 (diff) |
system/wine: Updated for version 1.5.13.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'system/wine/README')
-rw-r--r-- | system/wine/README | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/system/wine/README b/system/wine/README index 9fc912239855..4cd4f1d036b7 100644 --- a/system/wine/README +++ b/system/wine/README @@ -6,13 +6,7 @@ script like this: OPENGL=NO ./wine.SlackBuild If you wish to apply an unoffical patch that might fix up some problems running IE in wine, then do this: IEFIX=YES ./wine.SlackBuild -If you want to apply the DIB engine patches use DIB=YES ./wine.SlackBuild. - -(There is an environment variable, WINEDIB, which can be set with -"export WINEDIB=ON". This must be done in the terminal before any applications -needing the DIB engine are run. To permanently enable it, use regedit: -In "HKEY_CURRENT_USER\Software\Wine\DIB Engine" create a string named -"Enabled" with value "Y".) +If you want to apply the LOTRO patch use LOTRO=YES ./wine.SlackBuild. These options can be used together. |