summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorRobert Nordan <rpvn@robpvn.net>2014-06-16 13:08:45 +0200
committerRobert Nordan <rpvn@robpvn.net>2014-06-16 13:08:45 +0200
commit91738c32cbbaa750c203cbc0c5f16bb3d39233ad (patch)
tree0f134073ca3150f6574b1d4d469fcb15fed274c1 /README.md
parent610a9e4a63cf22eb22d5a1f19cdc784a7059befc (diff)
downloadqtlocation-mapboxgl-91738c32cbbaa750c203cbc0c5f16bb3d39233ad.tar.gz
Add curl to Ubuntu apt-get install instructions
`make setup` barfed when it couldn't find curl in the path, so we need to add it to the pre-build installs on Ubuntu.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 8b209542c6..4ca8960bef 100644
--- a/README.md
+++ b/README.md
@@ -67,7 +67,7 @@ Target devices: iPhone 4 and above (4S, 5, 5c, 5s) and iPad 2 and above (3, 4, m
Ensure you have git and other build essentials:
sudo apt-get update
- sudo apt-get install git build-essential zlib1g-dev automake libtool xutils-dev make cmake pkg-config nodejs-legacy
+ sudo apt-get install git build-essential zlib1g-dev automake libtool xutils-dev make cmake pkg-config nodejs-legacy curl
Install a `-std=c++11` capable compiler