From 08d854432940777303333c8647b76d6ef847fecd Mon Sep 17 00:00:00 2001 From: Dave Woodfall Date: Mon, 15 Aug 2022 08:45:37 +0100 Subject: system/wine: Update README. Signed-off-by: Dave Woodfall Signed-off-by: Willy Sudiarto Raharjo --- system/wine/README | 40 +++++++++++++++++++--------------------- 1 file changed, 19 insertions(+), 21 deletions(-) (limited to 'system') diff --git a/system/wine/README b/system/wine/README index 81a11e2fb4..27aeeee797 100644 --- a/system/wine/README +++ b/system/wine/README @@ -1,8 +1,8 @@ -Wine is an Open Source implementation of the Windows API on -top of X for Linux and Unix. +Wine is an Open Source implementation of the Windows API on top of X for +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. +NOTE: This builds the stable version of wine. If you need cutting-edge +then you may want to check out wine-staging. OPTIONS @@ -23,41 +23,39 @@ The above options can be combined. OPTIONAL DEPENDENCIES -fontforge: To build tahoma, tahomabd, and marlett fonts. +fontforge: To build tahoma, tahomabd, and marlett fonts. webcore-fonts: For MS fonts for the web and Windows Vista. -oss -libcapi20 ============================================================ 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). +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 -To build the 32 bit wine on x86_64 you will need to have -multilib packages installed, unless you want to build for -Windows 64 bit applications only. +To build the 32 bit wine on x86_64 you will need to have multilib +packages installed. AlienBOB's multilib readme and repo: https://docs.slackware.com/slackware:multilib http://www.slackware.com/~alien/multilib/ -I have a script that rsyncs with alienBOB's repo and -installs the multilib packages which can be found here: +A script that rsyncs with alienBOB's repo and installs the multilib +packages which can be found here: -http://tty1.uk/scripts/slackware/alien-multilib-rsync.sh +https://slackware.uk/~dive/scripts/alien-multilib-rsync.sh -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: +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 -- cgit v1.2.3