git repos / docker_mxe

mxe_blockattack/Dockerfile

browsing at commit = fcb248d74503c9f09b6694ce6be4ec7227329f7b

raw · blame · history

FROM sago007/mxe_boost

RUN apt-get update && \
   apt-get install -y \
   docbook-to-man \
   libtool \
   zip \
   nsis

RUN make cmake sdl2 sdl2_mixer sdl2_image sdl2_ttf physfs jsoncpp gettext freetype zlib


COPY build_it.sh /