varmd / wine-wayland

Wine-wayland allows playing DX9/DX11 and Vulkan games using pure wayland and Wine/DXVK.
729 stars 14 forks source link

why this requires Arch Linux or Manjaro to work? #67

Closed adcdam closed 4 months ago

adcdam commented 1 year ago

does it work in other distros?

Lyamc commented 1 year ago

You have three options:

  1. Build it manually from source, using the PKGBUILD as a sort of a template.
  2. Use something like this https://github.com/makedeb/makedeb to take the PKGBUILD and spit out a .deb or .rpm or whatever.
  3. Use Arch.

If you create a working script that works well on another distro, then you can always share it here or submit a PR.

Duplicate of #54