Added Windows target.

This commit is contained in:
2023-09-17 15:19:44 +02:00
parent e502932158
commit ed5237ca69
2 changed files with 29 additions and 1 deletions

View File

@@ -3,4 +3,5 @@ FROM debian:sid-slim
RUN apt-get -y update && \
apt-get -y upgrade && \
apt-get -y install scons pkg-config libx11-dev libxcursor-dev libxinerama-dev libgl1-mesa-dev \
libglu-dev libasound2-dev libpulse-dev libudev-dev libxi-dev libxrandr-dev clang
libglu-dev libasound2-dev libpulse-dev libudev-dev libxi-dev libxrandr-dev clang \
mingw-w64