summaryrefslogtreecommitdiff
path: root/setup-libraries.sh
diff options
context:
space:
mode:
authorDane Springmeyer <dane@mapbox.com>2014-05-29 15:34:05 -0700
committerDane Springmeyer <dane@mapbox.com>2014-05-29 15:34:05 -0700
commit8413860a58ef2adcf4ceab27ee3107415b58cb62 (patch)
tree302b2ccad8be89ef7f62d77945ff46900aeb12d4 /setup-libraries.sh
parent5e429f706ced8a6b2d842fb5eff4ba844d7b8da6 (diff)
downloadqtlocation-mapboxgl-8413860a58ef2adcf4ceab27ee3107415b58cb62.tar.gz
add zlib to linux deps
Diffstat (limited to 'setup-libraries.sh')
-rwxr-xr-xsetup-libraries.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup-libraries.sh b/setup-libraries.sh
index b92cd3f05a..710562bf13 100755
--- a/setup-libraries.sh
+++ b/setup-libraries.sh
@@ -32,7 +32,7 @@ if [[ $MISSING_DEPS != "" ]]; then
echo 'and then re-run ./setup-libraries.sh'
elif [ ${UNAME} = 'Linux' ]; then
echo "Missing build deps: ${MISSING_DEPS}"
- echo 'Please run "sudo apt-get install automake libtool xutils-dev cmake pkg-config libxi-dev libglu1-mesa-dev x11proto-randr-dev x11proto-xext-dev libxrandr-dev x11proto-xf86vidmode-dev libxxf86vm-dev libxcursor-dev nodejs-legacy"'
+ echo 'Please run "sudo apt-get install git build-essential zlib1g-dev automake libtool xutils-dev make cmake pkg-config nodejs-legacy libxi-dev libglu1-mesa-dev x11proto-randr-dev x11proto-xext-dev libxrandr-dev x11proto-xf86vidmode-dev libxxf86vm-dev libxcursor-dev"'
echo 'and then re-run ./setup-libraries.sh'
fi
exit 1