Skip to content

Commit 1ec6e92

Browse files
Fix sdl3 build
1 parent edd4777 commit 1ec6e92

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

11/noble/Dockerfile

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,15 @@ RUN apt-get update \
1616
libtbb-dev \
1717
libopenal-dev \
1818
libpng-dev \
19-
libsdl3-dev \
2019
ninja-build \
2120
pkg-config \
2221
&& update-ca-certificates \
2322
&& rm -rf /var/lib/apt/lists/*
23+
RUN git clone --revision=a962f40bbba175e9716557a25d5d7965f134a3d3 --depth=1 https://github.com/libsdl-org/SDL.git \
24+
&& cd SDL \
25+
&& mkdir build \
26+
&& cd build \
27+
&& cmake .. \
28+
&& cmake --build . \
29+
&& cmake --install .
30+

0 commit comments

Comments
 (0)