Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 378 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 378 Bytes

docker_mxe

Cross compiling images

This is images with a complete MXE environment. Designed for crosscompiling Windows binaries with as little hassle as possible.

Building

docker build . -f mxe_basic/Dockerfile -t sago007/mxe_basic
docker build . -f mxe_boost/Dockerfile -t sago007/mxe_boost
cd mxe_blockattack
docker build . -t sago007/docker_blockattack
cd ..