mirror of
https://github.com/prime31/FNA-VSCode-Template.git
synced 2025-10-31 21:50:44 +07:00
Update WINE_INSTALL.md
This commit is contained in:
parent
b4f5960574
commit
9eb8197796
@ -17,4 +17,4 @@ Once Wine and winetricks are installed:
|
||||
- Setup Wine with `winecfg`
|
||||
- Install the DirectX SDK with `winetricks dxsdk_jun2010`
|
||||
|
||||
**Alternative method:** Instead of installing the DirectX SDK, you can place a copy of `fxc.exe` from the DirectX SDK in the `build/tools` directory. Then use `winetricks d3dcompiler_43` to install the required DLL from the DirectX redistributable (this is a smaller download than the SDK). See `BuildShaders.targets` for details. The same fallback also works on Windows.
|
||||
**Alternative method (works on Catalina):** Instead of installing the DirectX SDK, you can place a copy of `fxc.exe` from the DirectX SDK in the `build/tools` directory. Then use `env WINE=/usr/local/bin/wine64 sh winetricks d3dcompiler_43` to install the required DLL from the DirectX redistributable (this is a smaller download than the SDK).
|
||||
|
||||
Loading…
Reference in New Issue
Block a user