summaryrefslogtreecommitdiffstats
path: root/system/wine-staging/README
diff options
context:
space:
mode:
author Edinaldo P. Silva2019-03-14 02:23:02 +0100
committer Willy Sudiarto Raharjo2019-03-16 00:53:25 +0100
commitc68d746fea179061826ff1b3e88fb21a2b88a47f (patch)
tree9a568e406d49699a3e972038c253f724d32035b6 /system/wine-staging/README
parent037d6958038645942e8b36e0e0c37caad8f08c46 (diff)
downloadslackbuilds-c68d746fea179061826ff1b3e88fb21a2b88a47f.tar.gz
system/wine-staging: Updated for version 4.3.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/wine-staging/README')
-rw-r--r--system/wine-staging/README20
1 files changed, 11 insertions, 9 deletions
diff --git a/system/wine-staging/README b/system/wine-staging/README
index 973e997edb..070ac7f7d9 100644
--- a/system/wine-staging/README
+++ b/system/wine-staging/README
@@ -9,7 +9,6 @@ before they are integrated into the main branch.
This is a current development branch of Wine appended with full
patches of the Staging branch.
-
MULTILIB.
With no options this script will build the 32bit wine-staging
@@ -19,7 +18,7 @@ system installed (see below).
To build a package for both 64bit and 32bit Windows executable
support, use this:
-# WIN64=yes sh wine-staging.SlackBuild
+ # WIN64=yes sh wine-staging.SlackBuild
See README.SLACKWARE for a giant list of dependencies and
AlienBOB's multilib readme and repo:
@@ -36,9 +35,8 @@ Be sure to read the short instructions at the top. If you use
slackpkg then you will also want to blacklist his packages in
/etc/slackpkg/blacklist:
-[0-9]+alien
-[0-9]+compat32
-
+ [0-9]+alien
+ [0-9]+compat32
WINEPREFIX.
@@ -48,19 +46,23 @@ variable WINEPREFIX to point to the 64bit wine directory when running
wine64, which should be different to the 32bit directory (~/.wine by
default). Example:
-$ WINEPREFIX=~/.wine64 wine64 notepad
+ $ WINEPREFIX=~/.wine64 wine64 notepad
To build the 32bit wine on x86_64 you will need to have multilib
packages installed, unless you want to build for Windows 64 bit
applications only using:
-# WIN64=yes NOWIN32=yes sh wine-staging.SlackBuild
-
+ # WIN64=yes NOWIN32=yes sh wine-staging.SlackBuild
OPENGL.
To disable OpenGL support, use:
-# OPENGL=no ./wine.SlackBuild
+ # OPENGL=no ./wine.SlackBuild
Optional dependencies: fontforge, webcore-fonts, winetricks
+
+NOTE: you can increase buildtime passing some like that to the
+SlackBuild script:
+
+ # MAKEFLAGS=-j6 ./wine-staging.SlackBuild