diff options
author | Leith Bade <leith@leithalweapon.geek.nz> | 2014-11-15 10:24:19 +1100 |
---|---|---|
committer | Leith Bade <leith@leithalweapon.geek.nz> | 2014-11-15 10:24:19 +1100 |
commit | 1512617ede4b659c724a0025c83ca05ebc0247a0 (patch) | |
tree | 670ff464c00fa7912555838f2e84fe4188ee774d /README.md | |
parent | d1389cc7ec5a687021be3bed13a14d46886b8c74 (diff) | |
download | qtlocation-mapboxgl-1512617ede4b659c724a0025c83ca05ebc0247a0.tar.gz |
Add missing apt-get to Linux instructions
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -123,6 +123,7 @@ Install Android NDK: Install Android SDK: + sudo apt-get install lib32stdc++6 lib32z1 wget http://dl.google.com/android/android-sdk_r23.0.2-linux.tgz tar -xzf ./android-sdk_r23.0.2-linux.tgz ./android-sdk-linux/tools/android update sdk -u -a -t tools,platform-tools,build-tools-21.1.0,android-19,android-21,extra-android-m2repository,extra-google-m2repository |