diff options
author | David Woodfall <dave@dawoodfall.net> | 2018-01-10 23:52:21 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-01-13 07:13:03 +0700 |
commit | 2962454900e1a58bef3030e2404c10f2de47843a (patch) | |
tree | f41e064d197b6a6d8c7991bc0bb50062e81a3708 /system/wine/README | |
parent | 57e4dae2fdb5d07253510da6baf224c9a7e0ebba (diff) | |
download | slackbuilds-2962454900e1a58bef3030e2404c10f2de47843a.tar.gz |
system/wine: Updated for version 2.0.4.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'system/wine/README')
-rw-r--r-- | system/wine/README | 49 |
1 files changed, 41 insertions, 8 deletions
diff --git a/system/wine/README b/system/wine/README index 578c86d92e..cd197eb7fd 100644 --- a/system/wine/README +++ b/system/wine/README @@ -1,17 +1,50 @@ Wine is an Open Source implementation of the Windows API on top of X -and Unix. +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. -If your video card does not support hardware-accelerated OpenGL, then -run the script like this: OPENGL=NO ./wine.SlackBuild +Options: -NOTE: This will not build on a stock 64bit Slackware system, and we -do not support doing so with 32bit-compatibility packages. That -doesn't mean that it won't work - we just don't support it at all. +To build wine to run 64bit Windows executable support, use: + +WIN64=yes ./wine.SlackBuild + +To disable OpenGL support, use: + +OPENGL=no ./wine.SlackBuild + +The above options can be combined. Optional dependencies: -fontforge -webcore-fonts +fontforge: +(to build tahoma, tahomabd, and marlett fonts) + +webcore-fonts: +(for tahoma, lucida console, MS fonts for the web and Win Vista) + +==================================================================== + +NOTES + +To build 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). + +AlienBOB's multilib readme and repo: + +https://docs.slackware.com/slackware:multilib +http://www.slackware.com/~alien/multilib/ + +I have made a script that rsyncs with alienBOB's repo and installs +the multilib packages which can be found here: + +http://dawoodfall.net/files/scripts/slackware/alien-multilib-rysnc.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: + +[0-9]+alien +[0-9]+compat32 |