summaryrefslogtreecommitdiff
path: root/setup-libraries.sh
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2014-05-12 18:28:21 +0200
committerKonstantin Käfer <mail@kkaefer.com>2014-05-12 18:28:21 +0200
commit2a3377cc4d6cb910dd2f4e637060d7155cbfbf3e (patch)
tree930ac0d8a0ad002fcad7c27a3725f4959fa0afd2 /setup-libraries.sh
parentd9d9b281c47f79d85395686bf41eb60cc8dfdcf3 (diff)
downloadqtlocation-mapboxgl-2a3377cc4d6cb910dd2f4e637060d7155cbfbf3e.tar.gz
fix typo
fixes #186
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 994ee9ed28..cd5dd43854 100755
--- a/setup-libraries.sh
+++ b/setup-libraries.sh
@@ -25,7 +25,7 @@ fi
if [[ $MISSING_DEPS != false ]]; then
if [ ${UNAME} = 'Darwin' ]; then
- echo 'Please run "brew install autoconf automake libtool makedependc cmake" and then re-run ./setup-libraries.sh'
+ echo 'Please run "brew install autoconf automake libtool makedepend cmake" and then re-run ./setup-libraries.sh'
elif [ ${UNAME} = 'Linux' ]; then
echo 'Please run "sudo apt-get install automake libtool xutils-dev cmake" and then re-run ./setup-libraries.sh'
fi