Doesn't seem to build anymore.
dxvk/meson.build:119:0: ERROR: Include dir ./include/vulkan/include does not exist.
Git Clone URL: | https://aur.archlinux.org/dxvk-git.git (read-only, click to copy) |
---|---|
Package Base: | dxvk-git |
Description: | A Vulkan-based compatibility layer for Direct3D 9/10/11 which allows running 3D applications on Linux using Wine. Windows DLL version) |
Upstream URL: | https://github.com/doitsujin/dxvk |
Keywords: | dxvk |
Licenses: | zlib/libpng |
Conflicts: | dxvk-bin |
Provides: | d9vk, dxvk |
Submitter: | ssorgatem |
Maintainer: | ssorgatem (niobium93) |
Last Packager: | niobium93 |
Votes: | 21 |
Popularity: | 0.000000 |
First Submitted: | 2018-01-24 19:41 (UTC) |
Last Updated: | 2024-07-07 15:17 (UTC) |
« First ‹ Previous 1 2 3 4 5 6 7 8 .. 10 Next › Last »
Doesn't seem to build anymore.
dxvk/meson.build:119:0: ERROR: Include dir ./include/vulkan/include does not exist.
It should alreaby be building the master branch.
In order to change the branch you'd need to change the source URL to point to a specific branch
Just curious, what would I need to change in the PKGBUILD in order to just build the master branch? there are some critical fixes appearing in master since release of 1.8.
I thank you so much for maintaining this.
Now that d9vk got merged in dxvk, how these two packages will be kept?
Shouldn't win packages setup dxgi as well? Assumed it was only the wine packages that could utilize wine's dxgi.
Then you need to take care yourself of satisfying AUR dependencies. Which is going to be a lot of fun for mingw64...
The winelib version should be easier to install.
I am not using any helper.
@greencopper certainly. What AUR helper are you using? Maybe try the winelib builds (dxvk-wine64-git, dxvk-wine32-git), which don't require mingw64
Pinned Comments
niobium93 commented on 2024-07-07 15:22 (UTC)
DXVK upstream just merged d3d8 support, so I updated our setup script. Be sure to re-run it to enjoy DXVK's shiny new d3d8 frontend!
ssorgatem commented on 2018-06-22 06:24 (UTC) (edited on 2019-02-26 15:49 (UTC) by ssorgatem)
This package provides Windows binaries of the DXVK dlls. They work on wine and should work on Windows too. If you don't specifically want Windows binaries and you want to just use DXVK on wine, the winelib package is a better approach and much easier to build (dxvk-winelib-git).
To enable DXVK in a wineprefix, do the following (with the WINEPREFIX variable properly set):
setup_dxvk install
In order to uninstall DXVK from a wineprefix:
setup_dxvk uninstall