summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDane Springmeyer <dane@mapbox.com>2014-10-30 16:39:44 -0400
committerDane Springmeyer <dane@mapbox.com>2014-10-30 16:39:44 -0400
commit24a57c17e718c7f11091fe69340eccdaff03c377 (patch)
tree18a7d8cbe4424f58525d304fe60dec45032737c4 /README.md
parent46739eb776da7d6be754784cf3202b8138967f17 (diff)
downloadqtlocation-mapboxgl-24a57c17e718c7f11091fe69340eccdaff03c377.tar.gz
Revert "remove distclean mention in the readme"
This reverts commit 38e144aeb7ac785ae68d1e7ee79ac4fa0b4412e2.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 069054c5f5..325a9225a1 100644
--- a/README.md
+++ b/README.md
@@ -109,7 +109,7 @@ Or proceed to building the debug application with:
To trigger a complete rebuild, run `make clean` and then start over generating the Xcode projects or Makefiles as described above.
-This will also blow away the `mason_packages` directory. This means the Makefile and configure script will automatically install the dependencies again on the next try.
+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`.