From 57c71efe53c9394f59f7cbaee1f02953f8bd729a Mon Sep 17 00:00:00 2001 From: Alibek Omarov Date: Wed, 16 Nov 2022 04:24:32 +0300 Subject: [PATCH] Documentation: fix wrong envvar in windows xcompile instructions, better wording --- Documentation/cross-compiling-for-windows-with-wine.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/cross-compiling-for-windows-with-wine.md b/Documentation/cross-compiling-for-windows-with-wine.md index 734fa529..5993e301 100644 --- a/Documentation/cross-compiling-for-windows-with-wine.md +++ b/Documentation/cross-compiling-for-windows-with-wine.md @@ -3,7 +3,7 @@ This can be useful to test engine in Wine without using virtual machines or dual-booting to Windows. 0. Clone and install https://github.com/mstorsjo/msvc-wine (you can skip CMake part) -1. Set environment variable WINE_MSVC_PATH to the path to installed MSVC toolchain +1. Set environment variable MSVC_WINE_PATH to the path to installed MSVC toolchain 2. Pre-load wine: `wineserver -k; wineserver -p; wine64 wineboot` 3. Run `./waf configure -T --enable-wine-msvc --sdl2=../SDL2_VC`. Configuration step will take more time than usual. -4. Follow other typical steps to build from console, except keep in mind you're in decent Operating System now. +4. .. other typical steps to build from console ...