summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRebecca Rice <rebecca.rice@mapbox.com>2019-08-20 11:27:45 -0400
committerRebecca Rice <rebecca.rice@mapbox.com>2019-08-20 11:28:17 -0400
commitaabc8139e42e9f464e42ec0e62fa4426cd525589 (patch)
treecf95edc7480f9cd307777b052d57864784d484fe
parentc0cd8d021d828e9c3b66d4e11e3a4c8df9e2b559 (diff)
downloadqtlocation-mapboxgl-aabc8139e42e9f464e42ec0e62fa4426cd525589.tar.gz
Add dependencies to release doc
-rw-r--r--platform/node/DEVELOPING.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/platform/node/DEVELOPING.md b/platform/node/DEVELOPING.md
index 066448c08e..7fb85e5358 100644
--- a/platform/node/DEVELOPING.md
+++ b/platform/node/DEVELOPING.md
@@ -12,6 +12,8 @@ To compile the Node.js bindings and install module dependencies, from the reposi
npm install --build-from-source
+You will need to have [xcpretty](https://github.com/xcpretty/xcpretty) and [node-gyp](https://github.com/nodejs/node-gyp) installed and configured.
+
To recompile just the C++ code while developing, run `make node`.
To create an Xcode project and use a GUI debugger in the case of a crash, run `make xnode`.