Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 483 Bytes

readme.md

File metadata and controls

9 lines (8 loc) · 483 Bytes

The Windows umbrella lib (targeting GNU and LLVM tooling) is generated using the following steps:

  1. Ensure MSYS2 MinGW environment is installed (https://www.mingw-w64.org/downloads/)
  2. Open MSYS2 MinGW 64-bit
  3. Execute: pacman -Syuu --noconfirm (repeat until no further updates available)
  4. Execute: pacman --needed -S mingw-w64-x86_64-llvm
  5. Repeat step 1 if needed
  6. Navigate to crate root
  7. Execute: PATH=$USERPROFILE/.cargo/bin:$PATH cargo run -p tool_gnu -- all