From a7514a8e60b658b1d244aa32933c39d6aa22de95 Mon Sep 17 00:00:00 2001 From: "Wladimir J. van der Laan" Date: Sun, 3 Apr 2016 15:06:32 +0200 Subject: [PATCH] Merge #7789: [Doc] Add note about using the Qt official binary installer. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 4b9dfd6 Add note about using the Qt official binary installer. (Pavel Janík) --- doc/build-osx.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/doc/build-osx.md b/doc/build-osx.md index 37f6f526f6..f0793b446c 100644 --- a/doc/build-osx.md +++ b/doc/build-osx.md @@ -1,6 +1,6 @@ Mac OS X Build Instructions and Notes ==================================== -This guide will show you how to build dashd (headless client) for OSX. +This guide will show you how to build Dash Core for OS X. Notes ----- @@ -117,3 +117,13 @@ Other commands: ./dashd -daemon # to start the dash daemon. ./dash-cli --help # for a list of command-line options. ./dash-cli help # When the daemon is running, to get a list of RPC commands + +Using Qt official installer while building +------------------------------------------ + +If you prefer to use the latest Qt installed from the official binary +installer over the brew version, you have to make several changes to +the installed tree and its binaries (all these changes are contained +in the brew version already). The changes needed are described in +[#7714](https://github.com/bitcoin/bitcoin/issues/7714). We do not +support building Dash Core this way though.