/docker-oatcpp-mingw

A docker image to cross-compile oat++ apps using mingw

Primary LanguageDockerfile

Docker oatcpp mingw

This repository is used to generate an image that contains the oatcpp library compiled for use with mingw64 for cross-compiling Windows executables.

Build with: docker build -t zingmars/docker-oatcpp-mingw .

NOTE: This should only be used for testing. Because mingw uses pthreads the performance will suffer. Use MSVC for release builds instead.