cocoa-xu/Install wxWidgets
Download and set up a precompiled wxWidgets build for the current runner from cocoa-xu/wxWidgets-build.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| wxwidgets_version | wxWidgets 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-version | Alias for wxwidgets_version. | no | — |
| library | Library type to install: shared or static. | no | shared |
| triplet | Override the detected platform triplet. | no | — |
| install-dir | Directory to extract wxWidgets into. | no | .wxwidgets |
| add-to-path | Append wxWidgets bin directory to PATH when the archive provides one. | no | true |
| repository | The wxWidgets-build repository to download releases from. | no | cocoa-xu/wxWidgets-build |
| token | Token used to list releases when resolving a requirement (exact versions need no token). | no | ${{ github.token }} |
Outputs
| name | description |
|---|---|
| wxwidgets-version | The concrete wxWidgets version that was resolved and installed. |
| install-dir | Absolute path the archive was extracted to. |
| prefix | Install prefix inside install-dir when present, otherwise install-dir. |
| bindir | Absolute path of the wxWidgets bin directory when present. |
| includedir | Absolute path of the wxWidgets include directory when present. |
| libdir | Absolute path of the wxWidgets library directory. |
| wx-config | Absolute path to wx-config when present. |
| triplet | The detected platform triplet (e.g. x86_64-linux-gnu). |
| library | The installed library type: shared or static. |