mirror of
https://github.com/spiffcode/hostile-takeover.git
synced 2026-07-09 17:34:41 -06:00
Install libcurl4-openssl-dev which provides libcurl3-dev
This commit is contained in:
parent
d5b4006193
commit
a4896472b6
@ -17,6 +17,6 @@ if [ "$(uname -s)" == "Darwin" ]; then
|
|||||||
else
|
else
|
||||||
if ! dpkg -l | grep libsdl2-dev > /dev/null ; then
|
if ! dpkg -l | grep libsdl2-dev > /dev/null ; then
|
||||||
echo "sudo password may be required to download and install the SDL2 library..."
|
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
|
||||||
fi
|
fi
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user