README 525 B

1234567891011121314151617181920212223
  1. A Vulkan-based translation layer for Direct3D 9 which allows running 3D
  2. applications on Linux using Wine.
  3. To enable d9vk for a wine prefix use:
  4. setup_d9vk install
  5. To disable d9vk use:
  6. setup_d9vk uninstall
  7. Before running the above commands a specific wine prefix can be set.
  8. export WINEPREFIX=/path/to/.wine-prefix
  9. To enable 64-bit support wine must be built with wine64.
  10. WIN64=yes ./wine.SlackBuild
  11. To build on a pure Slackware64 install 32-bit wine must be disabled.
  12. WIN32=no WIN64=yes ./wine.SlackBuild