Sign inSign up

ababak/crossbuild

By ababak

Updated about 6 years ago

Build Windows targets inside the Linux container

Image
0

332

ababak/crossbuild repository overview

crossbuild

Build Windows targets inside the Linux container.

Run the interactive shell

docker run --rm -it -v "$(pwd):/work" ababak/crossbuild:latest bash

Build the Python module

cd src
docker run --rm -it -v "$(pwd):/work" ababak/crossbuild:latest bash -c '$CXX -DBOOST_PYTHON_STATIC_LIB hello_python.cpp -shared -lboost_python27 -lpython27 -o hello_python.pyd'

Tag summary

Content type

Image

Digest

Size

796.7 MB

Last updated

about 6 years ago

docker pull ababak/crossbuild