aboutsummaryrefslogtreecommitdiff
path: root/msys2-cross-install.sh
Commit message (Collapse)AuthorAgeFilesLines
* Make cross-compilation scripts work from MSYS2Přemysl Eric Janouch2023-06-221-69/+0
| | | | | | | This is weird and runs very slowly. Meson can also find libraries outside the subroot, in particular the fast float plugin.
* Bundle a fuller installation of Perl/ExifToolPřemysl Eric Janouch2022-08-111-4/+5
| | | | | | | | | wperl is necessary to get rid of the console window, which is merely one of several issues with the PAR Packer-based ExifTool bundle used in the last commit. The Perl installation could be heavily trimmed down, but it seems to require a very manual process.
* Resolve a few issues with MSYS2 cross-buildsPřemysl Eric Janouch2022-08-111-3/+6
| | | | | | | - Fix launching of subprocesses (missing gspawn helpers). - Discard unused GSettings schemas. - Make the program find its user guide. - Bundle a somewhat suboptimal version of ExifTool.
* Automate Windows builds, add icons to executablesPřemysl Eric Janouch2022-08-111-0/+65
Scripts have been ported from sdtui, and adjusted for Meson. The port is broken through and through on WINE, but sort-of works natively.