diff --git a/mxe_saland/Dockerfile b/mxe_saland/Dockerfile new file mode 100644 index 0000000..aeac931 --- /dev/null +++ b/mxe_saland/Dockerfile @@ -0,0 +1,19 @@ +FROM sago007/mxe_boost + +RUN apt-get update && \ + apt-get install -y mxe-i686-w64-mingw32.static-sdl2 \ + mxe-i686-w64-mingw32.static-sdl2-image \ + mxe-i686-w64-mingw32.static-sdl2-mixer \ + mxe-i686-w64-mingw32.static-sdl2-ttf \ + mxe-i686-w64-mingw32.static-sdl2-gfx \ + mxe-i686-w64-mingw32.static-box2d \ + docbook-to-man \ + mxe-i686-w64-mingw32.static-boost \ + mxe-i686-w64-mingw32.static-physfs \ + mxe-i686-w64-mingw32.static-jsoncpp \ + libtool \ + mxe-i686-w64-mingw32.static-gettext \ + mxe-i686-w64-mingw32.static-freetype \ + mxe-i686-w64-mingw32.static-zlib \ + zip +COPY build_it.sh / diff --git a/mxe_saland/build_it.sh b/mxe_saland/build_it.sh new file mode 100644 index 0000000..b8dbca9 --- /dev/null +++ b/mxe_saland/build_it.sh @@ -0,0 +1,8 @@ +mkdir /staging +cd /staging +git clone https://github.com/sago007/saland.git +cd saland +cp extra/travis_help/utf8_v2_3_4/source/utf8.h src/sago/ +cp -r extra/travis_help/utf8_v2_3_4/source/utf8 src/sago/ +i686-w64-mingw32.static-cmake . +make