diff options
Diffstat (limited to 'system/wine/README')
-rw-r--r-- | system/wine/README | 53 |
1 files changed, 31 insertions, 22 deletions
diff --git a/system/wine/README b/system/wine/README index 27aeeee797563..4ad72bd4b9e31 100644 --- a/system/wine/README +++ b/system/wine/README @@ -4,41 +4,36 @@ Linux and Unix. NOTE: This builds the stable version of wine. If you need cutting-edge then you may want to check out wine-staging. -OPTIONS +============================================================ -This SlackBuild will try to autodetect whether to build for 32 or 64 -bits or both. WINE64 and WINE32 can be used to enable/disable each -ARCH: +OPTIONAL DEPENDENCIES - WINE64=no ./wine.SlackBuild - WINE32=no ./wine.SlackBuild +fontforge: To build tahoma, tahomabd, and marlett fonts. +webcore-fonts: For MS fonts for the web and Windows Vista. -The executable for 64 bit wine is named wine64. +============================================================ -To disable OpenGL support, use: +OPTIONS + +If your video card does not support hardware accelerated OpenGL, +you may disable OpenGL support by using: OPENGL=no ./wine.SlackBuild The above options can be combined. -OPTIONAL DEPENDENCIES - -fontforge: To build tahoma, tahomabd, and marlett fonts. -webcore-fonts: For MS fonts for the web and Windows Vista. - -============================================================ +This SlackBuild will try to autodetect whether to build for 32 or 64 +bits or both. WINE64 and WINE32 can be used to enable/disable each +ARCH: -NOTES + WINE64=no ./wine.SlackBuild + WINE32=no ./wine.SlackBuild -With 64 bit support you would use the wine64 binary. If you have a -combined 32 and 64 bit package you need to set the environmental -variable WINEPREFIX to point to the 64 bit wine directory when running -wine64, which should be different to the 32 bit directory (~/.wine by -default). +The executable for 64 bit wine is named wine64. -Example: +============================================================ -WINEPREFIX=~/.wine64 wine64 notepad +MULTILIB To build the 32 bit wine on x86_64 you will need to have multilib packages installed. @@ -59,3 +54,17 @@ then you will also want to blacklist his packages in [0-9]+alien [0-9]+compat32 + +============================================================ + +NOTES + +With 64 bit support you would use the wine64 binary. If you have a +combined 32 and 64 bit package you need to set the environmental +variable WINEPREFIX to point to the 64 bit wine directory when running +wine64, which should be different to the 32 bit directory (~/.wine by +default). + +Example: + +WINEPREFIX=~/.wine64 wine64 notepad |