Fixes #8 sdl2-image

This commit is contained in:
Mylloon 2022-02-14 11:11:16 +01:00
parent 16da1ec9c7
commit 06990e6427
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -1,6 +1,6 @@
# Installing depedencies
sudo apt update
sudo apt install libsdl2-dev git pkg-config automake make autoconf libtool -y
sudo apt install libsdl2-dev libsdl2-image-dev git pkg-config automake make autoconf libtool -y
# Downloading and building GL4D
git clone https://github.com/noalien/GL4Dummies.git
@ -51,3 +51,4 @@ fi
echo -e "\nGL4D library installed! 🎉"
echo "You may need to restart your shell to apply changes."
echo "When using <SDL2/SDL_image.h>, add -lSDL2_image flag with gcc."