Awesome
audiowaveform compilation for Windows using MinGW
Compile audiowaveform to static Windows binaries using MinGW in Docker.
Building
To compile the 32-bit build, run:
./compile_audiowaveform_win32.sh
To compile the 64-bit build, run:
./compile_audiowaveform_win64.sh
in Docker Quickstart Terminal, if you are in Windows, or in any terminal with Docker installed, if in Linux.
After a while you will have two files, audiowaveform-win32.zip
and audiowaveform-win64.zip
, with 32-bit and 64-bit versions respectively, in the same directory.
If you prefer using MXE to cross-compile Windows binaries, you may use the script compile_audiowaveform_mxe.sh
.