diff options
author | gubatron <gubatron@gmail.com> | 2014-02-03 09:55:18 -0500 |
---|---|---|
committer | gubatron <gubatron@gmail.com> | 2014-02-03 09:55:18 -0500 |
commit | 801aeb2fac834360cca6b378116008736f4700e3 (patch) | |
tree | af4a2295f749e8768cb4d7fa155d8c83bd7c4058 /doc/build-osx.md | |
parent | 15ec451554b5889a92651b9fe71bf01047ba9fc3 (diff) |
added missing homebrew qt dependency on mac osx build documentation.
Diffstat (limited to 'doc/build-osx.md')
-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 |