summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLucas Wojciechowski <lucas@mapbox.com>2018-02-08 15:29:16 -0800
committerLucas Wojciechowski <lucas@mapbox.com>2018-02-08 15:29:16 -0800
commit6885538fae805821f87f0290e7bf4fb9307d0e5c (patch)
tree4b2d48adccf1fd0a4ef7da87581e5bd98fc16d14
parentf8a960474f27c5c94b978247bc69edbfef992b6a (diff)
downloadqtlocation-mapboxgl-6885538fae805821f87f0290e7bf4fb9307d0e5c.tar.gz
Add "Launch Xcode" step
-rw-r--r--INSTALL.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/INSTALL.md b/INSTALL.md
index 46d9b7812b..5e6a629da4 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -16,9 +16,10 @@ operating system and what platform you want to develop for.
### macOS
1. Install [Xcode](https://developer.apple.com/xcode/)
- 2. Install [Homebrew](http://brew.sh)
- 3. Install [Node.js](https://nodejs.org/), [ruby](https://www.ruby-lang.org/), [CMake](https://cmake.org/), and [ccache](https://ccache.samba.org) (`brew install nodejs ruby cmake ccache`)
- 4. Install [xcpretty](https://github.com/supermarin/xcpretty) (`gem install xcpretty`)
+ 2. Launch Xcode and install any updates
+ 3. Install [Homebrew](http://brew.sh)
+ 4. Install [Node.js](https://nodejs.org/), [ruby](https://www.ruby-lang.org/), [CMake](https://cmake.org/), and [ccache](https://ccache.samba.org) (`brew install nodejs ruby cmake ccache`)
+ 5. Install [xcpretty](https://github.com/supermarin/xcpretty) (`gem install xcpretty`)
### Linux