mirror of
https://github.com/spiffcode/hostile-takeover.git
synced 2025-12-16 12:08:36 +00: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
|
||||
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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user