diff options
author | Dave Woodfall <dave@slackbuilds.org> | 2022-05-29 14:06:28 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-06-04 10:37:06 +0700 |
commit | 3b616999df46d47e247739bb06e445f22c490914 (patch) | |
tree | 77e0eb407675a4c779256ee8cdb0f9580f3497fa /system/wine/README | |
parent | 098d4577ede5e8af5c8cc3423a1823e9057807b0 (diff) |
system/wine: Updated for version 7.0.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
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 9a5b67ce5d..588294475c 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: |