diff --git a/autobuild.sh b/autobuild.sh index e27559f..bf9b6ac 100755 --- a/autobuild.sh +++ b/autobuild.sh @@ -28,7 +28,7 @@ do elif [ $OPT = "grab_debian_dependencies" ] &> /dev/null then echo you chose to install debian dependencies - sudo apt-get install cmake libqt4-dev flite1-dev libphonon-dev libopenscenegraph-dev + sudo apt-get install cmake libqt4-dev flite1-dev libphonon-dev libopenscenegraph-dev libsdl1.2-dev exit 0 elif [ $OPT = "remake" ] &> /dev/null