Install libcurl4-openssl-dev which provides libcurl3-dev

This commit is contained in:
Scott Ludwig 2016-06-04 12:20:55 -07:00 committed by Nathan Fulton
parent d5b4006193
commit a4896472b6

View File

@ -17,6 +17,6 @@ if [ "$(uname -s)" == "Darwin" ]; then
else
if ! dpkg -l | grep libsdl2-dev > /dev/null ; then
echo "sudo password may be required to download and install the SDL2 library..."
sudo apt-get install libsdl2-dev
sudo apt-get install libsdl2-dev libcurl4-openssl-dev
fi
fi