aboutsummaryrefslogtreecommitdiff
path: root/doc/build-osx.md
diff options
context:
space:
mode:
authorGavin Andresen <gavinandresen@gmail.com>2014-11-19 09:55:51 -0500
committerGavin Andresen <gavinandresen@gmail.com>2014-11-19 09:55:51 -0500
commit8c4185338001b8ba3ef247b09fb63afb65961c10 (patch)
treed81159cda7ad29383756670a20bcd12a6ee7a316 /doc/build-osx.md
parent18832ff8e19c1ebe8d258b7e0ca39cd6545335d5 (diff)
downloadbitcoin-8c4185338001b8ba3ef247b09fb63afb65961c10.tar.xz
gmp needed to build on OSX
Diffstat (limited to 'doc/build-osx.md')
-rw-r--r--doc/build-osx.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/build-osx.md b/doc/build-osx.md
index c41820f2b1..491c5c4683 100644
--- a/doc/build-osx.md
+++ b/doc/build-osx.md
@@ -38,7 +38,7 @@ Instructions: Homebrew
#### Install dependencies using Homebrew
- brew install autoconf automake libtool boost miniupnpc openssl pkg-config protobuf qt
+ brew install autoconf automake libtool boost miniupnpc openssl pkg-config protobuf qt gmp
#### Installing berkeley-db4 using Homebrew