diff options
Diffstat (limited to 'system/wine/README')
-rw-r--r-- | system/wine/README | 15 |
1 files changed, 6 insertions, 9 deletions
diff --git a/system/wine/README b/system/wine/README index 9a5b67ce5d00b..588294475c9ca 100644 --- a/system/wine/README +++ b/system/wine/README @@ -6,17 +6,14 @@ cutting-edge then you may want to check out wine-staging. OPTIONS -With no options this SlackBuild will build a 32 bit package, -for which you need to have either have multilib installed, or -building in a 32 OS, or in a 32 bit chroot. +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: -To enable 64 bit support use: + WINE64=no ./wine.SlackBuild + WINE32=no ./wine.SlackBuild - WIN64=yes ./wine.SlackBuild - -To disable win32 support, use: - - WIN32=no ./wine.SlackBuild +The executable for 64 bit wine is named wine64. To disable OpenGL support, use: |