summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJustin R. Miller <incanus@codesorcery.net>2014-07-09 18:19:00 -0700
committerJustin R. Miller <incanus@codesorcery.net>2014-07-09 18:19:00 -0700
commit9c0aa55c93548936cf02167e9b74f8547fcdf463 (patch)
tree372a52616199e2f5f9f51ee25abfa9fcdc13d65c /README.md
parentcfbd9f24692b6d5b65d068dabe672cd42efa2d35 (diff)
downloadqtlocation-mapboxgl-9c0aa55c93548936cf02167e9b74f8547fcdf463.tar.gz
flesh out access token README docs
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 10 insertions, 2 deletions
diff --git a/README.md b/README.md
index 356f83b1b2..b417026b6e 100644
--- a/README.md
+++ b/README.md
@@ -27,11 +27,15 @@ First off: if you hit problems during development try:
This will clear cached build data and update to the latest versions of dependencies.
-The demo applications use Mapbox vector tiles, which require a Mapbox account and API access token. Obtain an access token on the [Mapbox account page](https://www.mapbox.com/account/apps/) and paste it in the `access_token.hpp` file before building the demo projects.
+### Mapbox API access tokens
+
+The demo applications use Mapbox vector tiles, which **require a Mapbox account and API access token**. Obtain an access token on the [Mapbox account page](https://www.mapbox.com/account/apps/).
## OS X
-First run:
+Insert your access token into `access_token.hpp`.
+
+Run:
make setup
@@ -54,6 +58,8 @@ First, pull down the submodule(s):
git submodule init
git submodule update
+Insert your access token into `MBXViewController.h`.
+
Then run:
make setup
@@ -66,6 +72,8 @@ Target devices: iPhone 4 and above (4S, 5, 5c, 5s) and iPad 2 and above (3, 4, m
## Ubuntu
+Insert your access token into `access_token.hpp`.
+
Ensure you have git and other build essentials:
sudo apt-get update