diff --git a/readme.md b/readme.md index 5ab7f39b..3a76e3e4 100644 --- a/readme.md +++ b/readme.md @@ -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` \ No newline at end of file +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`