# HG changeset patch # User Gavin Andresen # Date 1340027091 25200 # Node ID 402e92d96ee2f387b4c0becd4816b2d8b51fc2bc # Parent 09a9cd701aa3cf5d5c99d5b1e7a03f340715985f# Parent c6cf94e07fe252ccfd5a5c26c838ba97930c4ae2 Merge pull request #1480 from fanquake/master Update OSX build instructions diff --git a/doc/build-osx.txt b/doc/build-osx.txt --- a/doc/build-osx.txt +++ b/doc/build-osx.txt @@ -15,14 +15,14 @@ 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: