Skip to content

Commit 1ab310e

Browse files
committed
Merge pull request #3557
5d897f3 Update OS X Homebrew docs to include new build dependencies (Michael Ford)
2 parents dd7c1cf + 5d897f3 commit 1ab310e

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

doc/build-osx.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ This guide will show you how to build bitcoind(headless client) for OSX.
55
Notes
66
-----
77

8-
* Tested on OS X 10.5 through 10.8 on Intel processors only. PPC is not
8+
* Tested on OS X 10.5 through 10.9 on Intel processors only. PPC is not
99
supported because it is big-endian.
1010
* All of the commands should be executed in a Terminal application. The
1111
built-in one is located in `/Applications/Utilities`.
@@ -27,7 +27,7 @@ not, it's the path of least resistance to install [Github for Mac](https://mac.g
2727
[Git for OS X](https://code.google.com/p/git-osx-installer/). It is also
2828
available via Homebrew or MacPorts.
2929

30-
You will also need to install [Homebrew](http://mxcl.github.io/homebrew/)
30+
You will also need to install [Homebrew](http://brew.sh)
3131
or [MacPorts](https://www.macports.org/) in order to install library
3232
dependencies. It's largely a religious decision which to choose, but, as of
3333
December 2012, MacPorts is a little easier because you can just install the
@@ -64,20 +64,20 @@ Installing the dependencies using MacPorts is very straightforward.
6464

6565
make check
6666

67-
Instructions: HomeBrew
67+
Instructions: Homebrew
6868
----------------------
6969

7070
#### Install dependencies using Homebrew
7171

72-
brew install boost miniupnpc openssl berkeley-db4
72+
brew install autoconf automake berkeley-db4 boost miniupnpc openssl pkg-config protobuf
7373

74-
Note: After you have installed the dependencies, you should check that the Brew installed version of OpenSSL is the one available for compilation. You can check this by typing
74+
Note: After you have installed the dependencies, you should check that the Homebrew installed version of OpenSSL is the one available for compilation. You can check this by typing
7575

7676
openssl version
7777

78-
into Terminal. You should see OpenSSL 1.0.1e 11 Feb 2013.
78+
into Terminal. You should see OpenSSL 1.0.1f 6 Jan 2014.
7979

80-
If not, you can ensure that the Brew OpenSSL is correctly linked by running
80+
If not, you can ensure that the Homebrew OpenSSL is correctly linked by running
8181

8282
brew link openssl --force
8383

0 commit comments

Comments
 (0)