Building wxPerl on Windows

[email protected] (Johan Vromans) Tue, 27 Jan 2026 21:55:43 +0100
Newsgroups perl.wxperl.users
Organization Squirrel Consultancy
Message-ID <[email protected]>
In case anyone is interested...

I've developed a workflow
https://github.com/sciurius/wxGitHubAction/blob/main/.github/workflows/windows.yml
that

*    Installs Strawberry Perl (currently 5.42.0.1)
*    Fetches wxWidgets source kit (currently 3.2.9)
*    Builds wxWidgets using the Strawberry provided compilers and libraries
*    Builds and installs wxPerl (3.009)

It is quite straightforward to use the workflow steps manually on your PC to
get a working wxPerl.