Skip to content

Commit

Permalink
[meta] Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Gcenx authored Jun 13, 2024
1 parent 23a00a9 commit 8f1e28d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ A Vulkan-based translation layer for Direct3D 10/11 which allows running 3D appl
Release builds can be found [here](https://github.com/Gcenx/DXVK-macOS/releases).

## How to use
In order to install a DXVK package obtained from the [release](https://github.com/Gcenx/DXVK-macOS/releases) page into a given wine prefix, copy or symlink the DLLs into the following directories as follows, then open `winecfg` and manually add DLL overrides for `d3d11`, `d3d10core`, `dxgi`, and `d3d9`:
In order to install a DXVK package obtained from the [release](https://github.com/Gcenx/DXVK-macOS/releases) page into a given wine prefix, copy or symlink the DLLs into the following directories as follows, then open `winecfg` and manually add DLL overrides for `d3d11` and `d3d10core`:
```
WINEPREFIX=/path/to/wineprefix
cp x64/*.dll $WINEPREFIX/drive_c/windows/system32
Expand Down

0 comments on commit 8f1e28d

Please sign in to comment.