aboutsummaryrefslogtreecommitdiff
path: root/doc/build-osx.md
diff options
context:
space:
mode:
authorfanquake <fanquake@gmail.com>2016-06-12 12:59:02 +0800
committerfanquake <fanquake@gmail.com>2016-06-20 20:30:08 +0800
commite5a680dc6a69cc5c35f2debeba15d4886fa4f789 (patch)
tree2f5dd0729389fadce4b41f2a307eed5d90865fbe /doc/build-osx.md
parenta6ddb19bd91df2b485080590f6f63c1e7da7ed0c (diff)
downloadbitcoin-e5a680dc6a69cc5c35f2debeba15d4886fa4f789.tar.xz
[Doc] Update OS X build notes for 10.11 SDK
Diffstat (limited to 'doc/build-osx.md')
-rw-r--r--doc/build-osx.md8
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
----------------------