windows-build (latest)
Published 2026-04-18 18:16:57 +03:00 by leblane
Installation
docker pull git.demoscene.dev/leblane/windows-build:latestsha256:18dc3c45187d84df47eb044bc2e85937c29c5fabc1a7112e417afec08f0e42b3Image layers
| # debian.sh --arch 'amd64' out/ 'bookworm' '@1775433600' |
| RUN /bin/sh -c apt-get update && apt-get install -y --no-install-recommends ca-certificates git git-lfs curl unzip build-essential pkg-config python3 python3-pip ninja-build gcc-mingw-w64-x86-64 g++-mingw-w64-x86-64 && update-alternatives --set x86_64-w64-mingw32-gcc /usr/bin/x86_64-w64-mingw32-gcc-posix && update-alternatives --set x86_64-w64-mingw32-g++ /usr/bin/x86_64-w64-mingw32-g++-posix && pip3 install --break-system-packages meson==1.6.1 && apt-get clean && rm -rf /var/lib/apt/lists/* # buildkit |