Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 550 Bytes

readme.md

File metadata and controls

8 lines (7 loc) · 550 Bytes

The Windows umbrella lib (targeting mingw-w64 LLVM tooling) is generated using the following steps:

  1. Ensure MSYS2 MinGW environment is installed (https://www.mingw-w64.org/downloads/)
  2. Execute: C:\msys64\clang64.exe
  3. Execute: pacman -Syuu --noconfirm (repeat until no further updates available)
  4. Execute pacman --needed -S mingw-w64-clang-x86_64-toolchain
  5. Navigate to crate root
  6. Execute: PATH=$(cygpath -u $USERPROFILE)/.cargo/bin:$PATH cargo +nightly run -p tool_gnullvm --target x86_64-pc-windows-gnullvm -Z build-std -- all