Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 1.17 KB

README.md

File metadata and controls

36 lines (26 loc) · 1.17 KB

DXVK & vkd3d-proton script to build/patch/install/update, Lutris and Proton-tkg compatible.

Requirements:

Building DXVK DLLs

Inside the dxvk-tools directory, run:

./updxvk build

Building vkd3d-proton DLLs

Inside the dxvk-tools directory, run:

./upvkd3d-proton build

Exporting DXVK DLLs for Proton-tkg

Still inside the dxvk-tools directory, after you ran the command above, run:

./updxvk proton-tkg

DXVK files will be copied in a folder next to proton-tkg script, ready for building.

You'll find more details on the various functions (such as installation-related ones) of these scripts right inside them.