diff options
author | Dane Springmeyer <dane@mapbox.com> | 2014-05-29 15:34:05 -0700 |
---|---|---|
committer | Dane Springmeyer <dane@mapbox.com> | 2014-05-29 15:34:05 -0700 |
commit | 8413860a58ef2adcf4ceab27ee3107415b58cb62 (patch) | |
tree | 302b2ccad8be89ef7f62d77945ff46900aeb12d4 /README.md | |
parent | 5e429f706ced8a6b2d842fb5eff4ba844d7b8da6 (diff) | |
download | qtlocation-mapboxgl-8413860a58ef2adcf4ceab27ee3107415b58cb62.tar.gz |
add zlib to linux deps
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -56,7 +56,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 cmake make pkg-config curl automake libtool xutils-dev + sudo apt-get install git build-essential zlib1g-dev automake libtool xutils-dev make cmake pkg-config nodejs-legacy Install a `-std=c++11` capable compiler |