title | author | conference | date |
---|---|---|---|
MSYS2 and You: Easier Windows Native Dependencies |
Zakariyya Mughal |
TPC 2020: Conference in the Cloud |
2020-06-25 |
Deploying Perl on Windows with certain native dependencies can be tricky. This talk shows how to use MSYS2 to access many of the same packages as on Unix-likes which opens up some interesting possibilities.
- MSYS2 website.
- MSYS2 introduction.
- Steps on building
Gtk3.pm
: http://project-renard.github.io/doc/development/meeting-log/posts/2016/05/03/windows-build-with-msys2/. - Script that automates installation of
Gtk3.pm
: https://github.com/MaxPerl/perl-Gtk3-windows-installer.