Add support for SDL2

This commit is contained in:
Anonymous Maarten
2018-08-08 19:55:45 +02:00
parent 75dbb7e67e
commit 86571b650b
8 changed files with 511 additions and 16 deletions

View File

@ -30,6 +30,7 @@ RUN mkdir -p "$PS2DEV" "$PS2SDK" \
zlib1g-dev \
libglew-dev \
libglfw3-dev \
libsdl2-dev \
&& git clone -b $TOOLCHAIN_GIT_BRANCH $TOOLCHAIN_GIT_URL /toolchain \
&& cd /toolchain \
&& ./toolchain.sh \