xwin

Download Microsoft CRT and Windows SDK headers for cross-compilation

brewmacoslinux
Try with needOr install directly
Source

About

Microsoft CRT and Windows SDK headers and libraries loader

Commands

xwin

Examples

download windows sdk and crt files$ xwin splat --output ~/xwin
set up rust toolchain to compile for windows$ xwin splat --output /opt/xwin && export XWIN_PATH=/opt/xwin
get just the crt without full sdk$ xwin splat --only crt --output ~/xwin
download specific windows sdk version$ xwin splat --sdk-version 22621 --output ~/xwin
prepare cross compilation environment for windows from linux$ xwin splat --output ~/.xwin && export XWIN_PATH=~/.xwin