From 9eb819779640a9d67e029229aa2d8882d2ece0ef Mon Sep 17 00:00:00 2001 From: prime31 Date: Fri, 3 Apr 2020 22:21:56 -0700 Subject: [PATCH] Update WINE_INSTALL.md --- WINE_INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WINE_INSTALL.md b/WINE_INSTALL.md index e05103d..529c73b 100644 --- a/WINE_INSTALL.md +++ b/WINE_INSTALL.md @@ -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).