Skip to content

chrisn/compile-static-audiowaveform

 
 

Repository files navigation

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.

About

Compile static audiowaveform binaries for Win32 and Win64

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 68.2%
  • CMake 31.8%