Fixes #8 sdl2-image
This commit is contained in:
parent
16da1ec9c7
commit
06990e6427
1 changed files with 2 additions and 1 deletions
|
@ -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."
|
||||
|
|
Reference in a new issue