MSVCDocker
MSVCDocker copied to clipboard
MSVC via Wine in Docker
This fixes msvc16 toolchain not working.
After long running: .... Step 38/44 : ADD --chown=wine:wine test test ---> 23b6abd82c85 Step 39/44 : RUN umask $WINE_UMASK && cd test && if [ "$MSVC" -gt "10" ] ;...
When building the msvc10 container, it fails when trying to run cl.exe, i.e.: Step 32/44 : RUN umask $WINE_UMASK && cd test && MSVCARCH=32 vcwine cl helloworld.cpp && vcwine helloworld.exe...
* Fixes errors like 'Cannot change ownership to uid 431982, gid 100: Invalid argument'.
* Useful in case one wants to use podman instead of docker.
we could update the base image to bionic. We then could use the `clang-8` or `clang-9` package from the updates repository ``` apt-cache policy clang-8 clang-8: Installed: (none) Candidate: 1:8-3~ubuntu18.04.2...
Hello, as I was inspired by this project I'd like to inform you that installation of VS build tools 2019 and 2015 is possible using the 2019 installer in wine...
Hi, I tried different time to do this on my own without success. Thanks for the project. For different reasons I tried multiple times to use your scripts so I...