bwoodsend/Setup WinLibs

Install the WinLibs build of gcc and optionally LLVM + clang.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
architectureWhich architecture to install. Either `x86_64` or `64` for 64 bit or `i686` or `32` for 32 bit. x86_64
destinationLocation to install into. The `mingw32` folder will be placed in this folder so that the path to gcc would be `$destination/mingw32/bin/gcc`. Defaults to the value of `%localappdata%`. no
add_to_pathIf true prepend the `bin` directory to `$PATH`. true
tagRelease tag of WinLibs. Defaults to the tag with the newest version of gcc. latest
with_clangInstall with LLVM + clang. Otherwise just install gcc. false
runtimeSelect between 'msvcrt' (legacy Windows support) or 'ucrt'. msvcrt
threadsThe theading model, one of 'posix', 'win32' or 'mcf'. posix
snapshotsAllow using snapshot builds if the latest is a snapshot. false
namedescription
binA full path to the `bin` directory containing gcc.
rootThe `mingw32` folder at the root of a WinLibs bundle.