diff --git a/installgl4D.sh b/installgl4D.sh index d77d9e0..7778ec4 100644 --- a/installgl4D.sh +++ b/installgl4D.sh @@ -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 , add -lSDL2_image flag with gcc."