diff options
Diffstat (limited to 'system/wine/README')
-rw-r--r-- | system/wine/README | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/system/wine/README b/system/wine/README index cad86c41e5..7bb3118f50 100644 --- a/system/wine/README +++ b/system/wine/README @@ -1,7 +1,10 @@ Wine is an Open Source implementation of the Windows API on top of X and Unix. -This script includes the capability to enable/disable OpenGL acceleration: -read the script for more information. +If your video card does not support hardware-accelerated OpenGL, then run the +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 While it's not strictly required, the fontforge package is strongly recommended to be installed when building wine. |