aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGavin Andresen <gavinandresen@gmail.com>2012-06-18 06:44:51 -0700
committerGavin Andresen <gavinandresen@gmail.com>2012-06-18 06:44:51 -0700
commit5204ca87e23fb94f31e733c63efcb46980ad42ad (patch)
tree6128151263c70fc4dc4fe3af1ecd7447ed3e3671
parent432d28d3bb02de3f5bafe419ab8e1f89a0a3d0ba (diff)
parent2bbfcd2d0270c0b4106cfd7e39db6324018cc30c (diff)
downloadbitcoin-5204ca87e23fb94f31e733c63efcb46980ad42ad.tar.xz
Merge pull request #1480 from fanquake/master
Update OSX build instructions
-rw-r--r--doc/build-osx.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/build-osx.txt b/doc/build-osx.txt
index 256614f7ab..b0c752e8f5 100644
--- a/doc/build-osx.txt
+++ b/doc/build-osx.txt
@@ -15,14 +15,14 @@ Douglas Huff <dhuff@jrbobdobbs.org>
See readme-qt.rst for instructions on building Bitcoin QT, the
graphical user interface.
-Tested on 10.5 and 10.6 intel. PPC is not supported because it's big-endian.
+Tested on 10.5, 10.6 and 10.7 intel. PPC is not supported because it's big-endian.
All of the commands should be executed in Terminal.app.. it's in
/Applications/Utilities
You need to install XCode with all the options checked so that the compiler and
-everything is available in /usr not just /Developer I think it comes on the DVD
-but you can get the current version from http://developer.apple.com
+everything is available in /usr not just /Developer. XCode should be available on your OSX
+install DVD, but if not, you can get the current version from https://developer.apple.com/xcode/
1. Clone the github tree to get the source code: