aboutsummaryrefslogtreecommitdiff
path: root/scripts/windows/Dockerfile-mxe
diff options
context:
space:
mode:
authorOmniTroid <davidskoland@gmail.com>2024-07-01 18:00:23 +0200
committerGitHub <noreply@github.com>2024-07-01 18:00:23 +0200
commit36345612d7f5bd03dfbc63fbc38933109486ecc4 (patch)
tree7cede8e691c65da0100b3eb83756290b2f6e672a /scripts/windows/Dockerfile-mxe
parent2b970ec4a315fa22f07105fffce305480de11fb6 (diff)
Readme and script cleanup (#995)
* Ignore .idea * Ignore build dir too * Remove unused Windows Docker files * Remove somewhat cryptic launch.sh script * Remove kebab (javascript) * Remove outdated release_macos script and rename the most up-to-date one to macos_release * Clean up README.md and delete the other ones * Add preliminary configure script * Add hint in dependencies * Remove obsolete CONTRIBUTING.md * let's write the configure script later * Adding this is so supremely ironic that I can't even * Update QtApng repo * Actually we needed that * Add comment * Contact should be h2
Diffstat (limited to 'scripts/windows/Dockerfile-mxe')
-rw-r--r--scripts/windows/Dockerfile-mxe44
1 files changed, 0 insertions, 44 deletions
diff --git a/scripts/windows/Dockerfile-mxe b/scripts/windows/Dockerfile-mxe
deleted file mode 100644
index 873e1442..00000000
--- a/scripts/windows/Dockerfile-mxe
+++ /dev/null
@@ -1,44 +0,0 @@
-FROM ubuntu:18.04
-
-RUN apt-get update
-RUN apt-get install -y \
- autoconf \
- automake \
- autopoint \
- bash \
- bison \
- bzip2 \
- flex \
- g++ \
- g++-multilib \
- gettext \
- git \
- gperf \
- intltool \
- libc6-dev-i386 \
- libgdk-pixbuf2.0-dev \
- libltdl-dev \
- libssl-dev \
- libtool-bin \
- libxml-parser-perl \
- lzip \
- make \
- openssl \
- p7zip-full \
- patch \
- perl \
- pkg-config \
- python \
- ruby \
- sed \
- unzip \
- wget \
- xz-utils
-
-RUN git clone https://github.com/mxe/mxe.git
-RUN mv mxe /opt/mxe
-WORKDIR /opt/mxe
-RUN make -j4 MXE_TARGETS="i686-w64-mingw32.static.posix" qtbase qtmultimedia libarchive
-ENV PATH=/opt/mxe/usr/bin:$PATH
-
-WORKDIR /