summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJustin R. Miller <incanus@users.noreply.github.com>2015-02-18 15:15:50 -0800
committerJustin R. Miller <incanus@users.noreply.github.com>2015-02-18 15:15:50 -0800
commita1cf2e6df1f358b986753b377411fe535bb7591b (patch)
treede54b5bfe60cf6c54e2e399154519c3ef460543a /README.md
parent3a891ecb3774014a115122817cf62e560155a2bf (diff)
downloadqtlocation-mapboxgl-a1cf2e6df1f358b986753b377411fe535bb7591b.tar.gz
edits based on life experience
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 6 insertions, 3 deletions
diff --git a/README.md b/README.md
index 2ce950df48..05a9d41c0b 100644
--- a/README.md
+++ b/README.md
@@ -14,7 +14,8 @@ implemented in C++11, currently targeting iOS, OS X, Android, and Ubuntu Linux.
- [`libcurl`](http://curl.haxx.se/libcurl/) (depends on OpenSSL; Linux only)
- Apple Command Line Tools (for build on OS X; available at [Apple Developer](https://developer.apple.com/downloads))
- `pkg-config` (for build only)
- - [Homebrew](http://brew.sh) and [Cask](http://caskroom.io/) (for building on OS X)
+ - [Homebrew](http://brew.sh) (for building on OS X)
+ - [Cask](http://caskroom.io/) (for building Android on OS X)
- Python 2.x (for build only)
# Build instructions
@@ -102,7 +103,7 @@ Set an access token as described below, and then run:
## Android
-Target devices: All Android devices on Android 4.0 or newer (API level >= 14)
+Target devices: All Android devices on Android 4.0 or newer (API level >= 14).
### On Linux
@@ -139,7 +140,9 @@ Install the [Android NDK Revision 10d](https://developer.android.com/tools/sdk/n
brew install android-ndk
-Install [Android Studio](https://developer.android.com/sdk/installing/studio.html) and the Android SDK:
+This will also install the dependency `android-sdk`.
+
+Install [Android Studio](https://developer.android.com/sdk/installing/studio.html):
brew cask install android-studio
android