diff options
author | Gethyn ThomasQuail <gethyn@bloodbathsoftworks.com> | 2015-12-25 08:16:50 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-12-25 08:16:50 +0700 |
commit | 83832a821d9e39a70ee1aef82804d52318a25cea (patch) | |
tree | 9ad99f903853dc232153d482dcfc12fdfbedbaa1 /system/wine-staging/README | |
parent | de19d095323818cf611e1884e8b6a2fb2579df51 (diff) | |
download | slackbuilds-83832a821d9e39a70ee1aef82804d52318a25cea.tar.gz |
system/wine-staging: Added (Wine Is Not an Emulator Staging).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/wine-staging/README')
-rw-r--r-- | system/wine-staging/README | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/system/wine-staging/README b/system/wine-staging/README new file mode 100644 index 0000000000..f23c5209cd --- /dev/null +++ b/system/wine-staging/README @@ -0,0 +1,31 @@ +Wine is an Open Source implementation of the Windows API on top of X and Unix. + +This is Wine patched on the fly with the staging patches, which bring +experimental but useful new Wine features such as PhysX support, EAX, and +more. + +NOTE: At the moment, it only compiles a 32-bit version of Wine, this may +change in the future with the ability to compile both 64-bit and 32-bit +version of Wine. You'll need a multilib system in order to compile this. + +While this is list as a separate package, this WILL overwrite your normal +Wine binaries! Please keep this in mind. + +Compile options/Optional dependences (keep in mind, you need 32-bit libs of +each): + +See README.SLACKWARE for a giant list of dependencies. + +XORG=YES|NO (default: YES), enable or disable Xorg +ALSA=YES|NO (default: YES), enable or disable ALSA +OSS=YES|NO (default: NO), requires oss +PULSE=YES|NO (default: NO), requires PulseAudio +CUPS=YES|NO (default: YES), enable or disable CUPS +DBUS=YES|NO (default: YES), enable or disable DBus +GALLIUM=YES|NO (default: NO), enable or disable Gallium Nine support + requires mesa compiled with the -nine option +OPENAL=YES|NO (default: NO), requires OpenAL +OPENGL=YES|NO (default: YES), enable or disable OpenGL +JPEG=YES|NO (default: NO), enable or disable jpeg support +PNG=YES|NO (default: NO), enable or disable png support +MPG123=YES|NO (default: NO), enable or disable mpg123 support |