mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-03-06 20:58:37 +01:00
[general] Updated README
Wine 3.4 supports Vulkan out of the box.
This commit is contained in:
parent
b9b74eb961
commit
4fdea96fd0
1 changed files with 2 additions and 2 deletions
|
@ -9,12 +9,12 @@ For binary releases, see the [releases](https://github.com/doitsujin/dxvk/releas
|
|||
## Build instructions
|
||||
|
||||
### Requirements:
|
||||
- [wine-vulkan](https://github.com/roderickc/wine-vulkan) for Vulkan support
|
||||
- [wine 3.4](https://www.winehq.org/) or newer
|
||||
- [Meson](http://mesonbuild.com/) build system (at least 0.43)
|
||||
- [MinGW64](http://mingw-w64.org/) compiler and headers (requires threading support)
|
||||
- [glslang](https://github.com/KhronosGroup/glslang) front end and validator
|
||||
|
||||
**Note:** As of wine 3.3, wine-mainline and wine-staging do **not** support the required Vulkan features yet.
|
||||
**Note:** As of Wine 3.4, enabling Vulkan support requires some manual setup that is described in steps 2 to 4 on the original [wine-vulkan](https://github.com/roderickc/wine-vulkan/blob/master/README.md) README page.
|
||||
|
||||
### Building DLLs
|
||||
Inside the dxvk directory, run:
|
||||
|
|
Loading…
Add table
Reference in a new issue