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