diff options
| author | Gavin Andresen <[email protected]> | 2014-02-03 12:07:15 -0800 |
|---|---|---|
| committer | Gavin Andresen <[email protected]> | 2014-02-03 12:07:15 -0800 |
| commit | 985a94101c640fe8c86503d8d90dc7418d36b8e4 (patch) | |
| tree | 6a2b0f2454a62113ae1d11c5c2477f928b370366 /doc | |
| parent | Merge pull request #3620 (diff) | |
| parent | added missing homebrew qt dependency on mac osx build documentation. (diff) | |
| download | discoin-985a94101c640fe8c86503d8d90dc7418d36b8e4.tar.xz discoin-985a94101c640fe8c86503d8d90dc7418d36b8e4.zip | |
Merge pull request #3621 from gubatron/build-osx-qt-dependency-missing
added missing homebrew qt dependency on mac osx build documentation.
Diffstat (limited to 'doc')
| -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 dd343dca5..fcb9a37f3 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 |