diff options
author | fanquake <fanquake@gmail.com> | 2016-06-12 12:59:02 +0800 |
---|---|---|
committer | fanquake <fanquake@gmail.com> | 2016-06-20 20:30:08 +0800 |
commit | e5a680dc6a69cc5c35f2debeba15d4886fa4f789 (patch) | |
tree | 2f5dd0729389fadce4b41f2a307eed5d90865fbe /doc/build-osx.md | |
parent | a6ddb19bd91df2b485080590f6f63c1e7da7ed0c (diff) |
[Doc] Update OS X build notes for 10.11 SDK
Diffstat (limited to 'doc/build-osx.md')
-rw-r--r-- | doc/build-osx.md | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/doc/build-osx.md b/doc/build-osx.md index 89d7816c9a..c9eb4225ab 100644 --- a/doc/build-osx.md +++ b/doc/build-osx.md @@ -5,11 +5,13 @@ The built-in one is located in `/Applications/Utilities/Terminal.app`. Preparation ----------- -Download and install [Xcode](https://developer.apple.com/xcode/download). +Install the OS X command line tools: -Once installed, run `xcode-select --install` to install the OS X command line tools. +`xcode-select --install` -Install [Homebrew](http://brew.sh). +When the popup appears, click `Install`. + +Then install [Homebrew](http://brew.sh). Dependencies ---------------------- |