Build Windows targets inside the Linux container
332
Build Windows targets inside the Linux container.
docker run --rm -it -v "$(pwd):/work" ababak/crossbuild:latest bash
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'
Content type
Image
Digest
Size
796.7 MB
Last updated
about 6 years ago
docker pull ababak/crossbuild