summaryrefslogtreecommitdiffstats
path: root/system/wine-staging/README
diff options
context:
space:
mode:
author Steven Voges2023-10-21 01:50:34 +0200
committer Willy Sudiarto Raharjo2023-10-28 08:11:49 +0200
commit21e56c3d4db2f5859b090f04068a70665c7b0a05 (patch)
tree5dd254157f16ee0a93f0d7f9ad5aeae3ed09b9f8 /system/wine-staging/README
parent2ab56cfd10ffc0d7045cadade1b95266bd539c89 (diff)
downloadslackbuilds-21e56c3d4db2f5859b090f04068a70665c7b0a05.tar.gz
system/wine-staging: Updated for version 8.18.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/wine-staging/README')
-rw-r--r--system/wine-staging/README33
1 files changed, 17 insertions, 16 deletions
diff --git a/system/wine-staging/README b/system/wine-staging/README
index daed9c4969..08813881e7 100644
--- a/system/wine-staging/README
+++ b/system/wine-staging/README
@@ -1,39 +1,40 @@
wine-staging (Wine Staging is the testing area of winehq.org)
+This is a current development branch of wine appended with full patches
+of the staging branch.
+
It contains bug fixes and features, which have not been integrated into
-the development branch yet. The idea of Wine Staging is to provide
+the development branch yet. The idea of wine-staging is to provide
experimental features faster to end users and to give developers the
possibility to discuss and improve their patches before they are
integrated into the main branch.
-This is a current development branch of Wine appended with full patches
-of the Staging branch.
-
============================================================
-OPTIONS
+OPTIONAL DEPENDENCIES
-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:
+fontforge: To build tahoma, tahomabd, and marlett fonts.
+webcore-fonts: For MS fonts for the web and Windows Vista.
- WINE64=no ./wine.SlackBuild
- WINE32=no ./wine.SlackBuild
+============================================================
-The executable for 64 bit wine is named wine64.
+OPTIONS
-To disable OpenGL support, use:
+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.
-============================================================
+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.
============================================================