mxe_boost/Dockerfile
browsing at commit = 892e34a326e1c53b12108dfd43ceb5938f54225d
FROM sago007/mxe_basic
#All packages!
WORKDIR /usr/src/mxe
# Install MXE toolchain with gcc and SDL2
RUN make boost
browsing at commit = 892e34a326e1c53b12108dfd43ceb5938f54225d
FROM sago007/mxe_basic
#All packages!
WORKDIR /usr/src/mxe
# Install MXE toolchain with gcc and SDL2
RUN make boost