README 915 B

1234567891011121314151617181920212223242526
  1. Gallium Nine allows to run any Direct3D 9 application with nearly no CPU
  2. overhead, which provides a smoother gaming experience and increased FPS.
  3. Gallium Nine Standalone, as the name implies, is a standalone version of
  4. the WINE parts of Gallium Nine.
  5. This decouples Gallium Nine from the WINE tree, so that it can be used
  6. with any WINE version. There is no need for any WINE patches. A stable,
  7. development, or staging WINE release is sufficient.
  8. wine-nine-standalone can only be used with gallium drivers provided by
  9. mesa, this includes nouveau, r600 and radeonsi users.
  10. To enable 64-bit support wine must be built with wine64.
  11. WIN64=yes ./wine.SlackBuild
  12. To build on a pure Slackware64 install 32-bit wine must be disabled.
  13. WIN32=no WIN64=yes ./wine.SlackBuild
  14. On multilib systems pkgconf is required.
  15. On Slackware 14.2 multilib systems compat32 packages of both kbproto and
  16. xproto are also required.