Skip to content

Commit

Permalink
Update Linux instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
nbayazes committed Nov 17, 2024
1 parent 6a4500b commit 3dc68ec
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,8 @@ Requires Visual Studio 2022 with VCPKG integration
Open `Inferno.sln` file and build. If set up correctly dependencies will be fetched automatically using the VCPKG manifest.

# Linux
Should run in Wine after installing `vkd3d-proton`, `d3dcompiler_47` (with winetricks) and copying `segoeui.ttf` to `c:\windows\fonts`
Should run in Wine after installing `vkd3d-proton`, `d3dcompiler_47` with winetricks and copying `segoeui.ttf` to `c:\windows\fonts`. Current directory must be the same as the exe when launching.

`winetricks vkd3d; winetricks dxvk; winetricks d3dcompiler_47`

`$ export WINEPREFIX=/path/to/64bit/wineprefix && cd /path/to/inferno.exe && wine Inferno.exe`

0 comments on commit 3dc68ec

Please sign in to comment.