summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2014-10-24 11:47:47 +0200
committerKonstantin Käfer <mail@kkaefer.com>2014-10-24 11:47:47 +0200
commit10c765948471e6d13e2eb45b44ac6c4d108dafc5 (patch)
tree133858f26b47e56c1a604af401565bbd9a82a23a /README.md
parentb0ddbef81d76589f1bab36989b16b9ef8ad82b91 (diff)
downloadqtlocation-mapboxgl-10c765948471e6d13e2eb45b44ac6c4d108dafc5.tar.gz
add information to readme about clearing the build cache
[skip ci]
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index b9a22d249a..8d55c2ac3f 100644
--- a/README.md
+++ b/README.md
@@ -108,8 +108,12 @@ Or proceed to building the debug application with:
# Troubleshooting
+To trigger a complete rebuild, run `make clean` and then start over generating the Xcode projects or Makefiles as described above.
+
If you are having trouble getting the dependencies right, you can blow away the `mason_packages` directory, or run `make distclean`. This means the Makefile and configure script will automatically install the dependencies again on the next try.
+On OS X, you can also try clearing the Xcode cache with `make clear_xcode_cache`.
+
# 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/).