mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-03-06 20:58:37 +01:00
README: fix wine dll path
This commit is contained in:
parent
57176e77ea
commit
7644776f7a
1 changed files with 2 additions and 2 deletions
|
@ -12,8 +12,8 @@ Release builds can be found [here](https://github.com/doitsujin/dxvk/releases).
|
||||||
In order to install a DXVK package obtained from the [release](https://github.com/doitsujin/dxvk/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/doitsujin/dxvk/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`:
|
||||||
```
|
```
|
||||||
WINEPREFIX=/path/to/wineprefix
|
WINEPREFIX=/path/to/wineprefix
|
||||||
cp x64/*.dll $WINEPREFIX/drive_c/system32
|
cp x64/*.dll $WINEPREFIX/drive_c/windows/system32
|
||||||
cp x32/*.dll $WINEPREFIX/drive_c/syswow64
|
cp x32/*.dll $WINEPREFIX/drive_c/windows/syswow64
|
||||||
winecfg
|
winecfg
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue