From 8c4185338001b8ba3ef247b09fb63afb65961c10 Mon Sep 17 00:00:00 2001 From: Gavin Andresen Date: Wed, 19 Nov 2014 09:55:51 -0500 Subject: [PATCH] gmp needed to build on OSX --- doc/build-osx.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/build-osx.md b/doc/build-osx.md index c41820f2b..491c5c468 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