diff options
author | Gavin Andresen <gavinandresen@gmail.com> | 2014-02-03 12:07:15 -0800 |
---|---|---|
committer | Gavin Andresen <gavinandresen@gmail.com> | 2014-02-03 12:07:15 -0800 |
commit | 985a94101c640fe8c86503d8d90dc7418d36b8e4 (patch) | |
tree | 6a2b0f2454a62113ae1d11c5c2477f928b370366 | |
parent | 23617fd01de071738e4a0f9f9fb9b19222b2acf4 (diff) | |
parent | 801aeb2fac834360cca6b378116008736f4700e3 (diff) |
Merge pull request #3621 from gubatron/build-osx-qt-dependency-missing
added missing homebrew qt dependency on mac osx build documentation.
-rw-r--r-- | doc/build-osx.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/build-osx.md b/doc/build-osx.md index dd343dca5f..fcb9a37f3d 100644 --- a/doc/build-osx.md +++ b/doc/build-osx.md @@ -69,7 +69,7 @@ Instructions: Homebrew #### Install dependencies using Homebrew - brew install autoconf automake berkeley-db4 boost miniupnpc openssl pkg-config protobuf + brew install autoconf automake berkeley-db4 boost miniupnpc openssl pkg-config protobuf qt 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 |