cocoa-xu/Install wxWidgets

Download and set up a precompiled wxWidgets build for the current runner from cocoa-xu/wxWidgets-build.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
wxwidgets_versionwxWidgets version or requirement. An exact version (e.g. "3.3.3.1") matches that release exactly; an Elixir-style requirement resolves to the highest available release that satisfies it: "~> 3.3", ">= 3.2.8", "< 3.4", etc.no
wxwidgets-versionAlias for wxwidgets_version.no
libraryLibrary type to install: shared or static.noshared
tripletOverride the detected platform triplet.no
install-dirDirectory to extract wxWidgets into.no.wxwidgets
add-to-pathAppend wxWidgets bin directory to PATH when the archive provides one.notrue
repositoryThe wxWidgets-build repository to download releases from.nococoa-xu/wxWidgets-build
tokenToken used to list releases when resolving a requirement (exact versions need no token).no${{ github.token }}
namedescription
wxwidgets-versionThe concrete wxWidgets version that was resolved and installed.
install-dirAbsolute path the archive was extracted to.
prefixInstall prefix inside install-dir when present, otherwise install-dir.
bindirAbsolute path of the wxWidgets bin directory when present.
includedirAbsolute path of the wxWidgets include directory when present.
libdirAbsolute path of the wxWidgets library directory.
wx-configAbsolute path to wx-config when present.
tripletThe detected platform triplet (e.g. x86_64-linux-gnu).
libraryThe installed library type: shared or static.