1
0
mirror of https://github.com/doitsujin/dxvk.git synced 2025-02-20 10:54:16 +01:00

[meta] Update README

This commit is contained in:
Philip Rebohle 2018-08-13 18:18:19 +02:00
parent 4867c8b6e5
commit 8a44011fde
No known key found for this signature in database
GPG Key ID: C8CC613427A31C99

View File

@ -1,13 +1,11 @@
# DXVK
A Vulkan-based compatibility layer for Direct3D 11 which allows running 3D applications on Linux using Wine.
A Vulkan-based translation layer for Direct3D 10/11 which allows running 3D applications on Linux using Wine.
For the current status of the project, please refer to the [project wiki](https://github.com/doitsujin/dxvk/wiki).
For binary releases, see the [releases](https://github.com/doitsujin/dxvk/releases) page.
For Direct3D 10 support, check out [DXUP](https://github.com/Joshua-Ashton/dxup), which can be used together with DXVK.
## Build instructions
### Requirements:
@ -39,7 +37,7 @@ ninja
ninja install
```
The two libraries `dxgi.dll` and `d3d11.dll`as well as some demo executables will be located in `/your/dxvk/directory/bin`.
The D3D10, D3D11 and DXGI DLLs as well as a shell script to set up DXVK for a specific wine prefix will be located in `/your/dxvk/directory/bin`.
## How to use
In order to set up a wine prefix to use DXVK instead of wined3d globally, run: