mirror of
https://github.com/FWGS/xash3d-fwgs
synced 2024-11-05 10:02:00 +01:00
Documentation: add simple instructions on how to cross-compile for Windows from normal operating systems
This commit is contained in:
parent
c2a24fbbce
commit
927dccc71d
9
Documentation/cross-compiling-for-windows-with-wine.md
Normal file
9
Documentation/cross-compiling-for-windows-with-wine.md
Normal file
@ -0,0 +1,9 @@
|
||||
# Cross-compiling for Windows with Wine
|
||||
|
||||
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
|
||||
2. Pre-load wine: `wineserver -k; wineserver -p; wine64 wineboot`
|
||||
3. Run `./waf configure -T <build-type> --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.
|
Loading…
Reference in New Issue
Block a user