QGIS/ms-windows/mxe/mxe.Dockerfile

28 lines
666 B
Docker
Raw Normal View History

FROM buildpack-deps:stretch
2019-11-25 16:42:48 +01:00
RUN chown root:root /tmp && chmod ugo+rwXt /tmp
RUN apt-get update
2019-11-25 16:42:48 +01:00
RUN apt-get install -y --no-install-recommends autopoint bison flex gperf libtool ruby scons unzip p7zip-full intltool libtool libtool-bin nsis lzip zip
WORKDIR /mxe
RUN git clone https://github.com/mxe/mxe . || git pull origin master
2019-11-30 18:19:33 +01:00
RUN make MXE_TARGETS=x86_64-w64-mingw32.shared.posix -j 16 \
qca \
qtlocation \
qscintilla2 \
qwt \
gdal \
qtkeychain \
qtserialport \
qtwebkit \
qtwinextras \
libzip \
gsl \
2018-12-07 21:42:35 +01:00
libspatialindex \
2020-04-09 10:00:39 +02:00
exiv2 \
protobuf
2018-12-07 21:42:35 +01:00
2019-11-30 18:19:33 +01:00
RUN chmod -R a+rw /mxe/usr/x86_64-w64-mingw32.shared.posix