diff options
author | Jason Wray <friedbunny@users.noreply.github.com> | 2016-06-07 13:55:14 -0700 |
---|---|---|
committer | Jason Wray <friedbunny@users.noreply.github.com> | 2016-06-07 13:55:14 -0700 |
commit | 9746f76744b16cd3dd883eb85552ce8b260df2e1 (patch) | |
tree | 53ad122ef6e122dfd22bcfbaa77a48f4b349048d /INSTALL.md | |
parent | 62bc6e29c822d823ca6bb54d056835ec95d3aa73 (diff) | |
download | qtlocation-mapboxgl-9746f76744b16cd3dd883eb85552ce8b260df2e1.tar.gz |
[docs] Reorganize and update development instructions (#5233)
iOS
- Add section headers.
- Add more detail to `make` packaging commands and emphasize that Debug
is the default build type.
- Manually checking out git submodules is no longer necessary.
Core
- Add 'Keeping up to date' section that mentions submodules.
Diffstat (limited to 'INSTALL.md')
-rw-r--r-- | INSTALL.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/INSTALL.md b/INSTALL.md index d0f063840d..b16dcafb40 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -54,3 +54,7 @@ See the relevant SDK documentation for next steps: * [Mapbox Qt SDK](platform/qt/) * [Mapbox GL Native on Linux](platform/linux/) * [node-mapbox-gl-native](platform/node/) + +## 4: Keeping up to date + +This repository uses Git submodules, which should be automatically checked out when you first run a `make` command for one of the above platforms. These submodules are not updated automatically and we recommended that you run `git submodule update` after pulling down new commits to this repository. |