Add support for SDL2
This commit is contained in:
@ -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 \
|
||||
|
Reference in New Issue
Block a user