diff options
| author | Jonas Schnelli <[email protected]> | 2017-01-02 09:42:51 +0100 |
|---|---|---|
| committer | Jonas Schnelli <[email protected]> | 2017-01-02 09:43:15 +0100 |
| commit | 53442af0aac3838179fad79a65512ee8c5603922 (patch) | |
| tree | ce64d59e3fbc3301ac4a5d6988eb67cc4f532434 /doc | |
| parent | qt: Set transifex slug to 0.14 (diff) | |
| parent | Fix bug in dmg builder so that it actually reads in the configuration file (diff) | |
| download | discoin-53442af0aac3838179fad79a65512ee8c5603922.tar.xz discoin-53442af0aac3838179fad79a65512ee8c5603922.zip | |
Merge #9412: build: Fix 'make deploy' for OSX
2fb98f6 Fix bug in dmg builder so that it actually reads in the configuration file (Don Patterson)
b01667c Mention RSVG dependency when creating the disk image on OSX (Jonas Schnelli)
09aefb5 build: Fix 'make deploy' for OSX (Cory Fields)
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/build-osx.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/build-osx.md b/doc/build-osx.md index 63a7ee28c..5cdb3dab6 100644 --- a/doc/build-osx.md +++ b/doc/build-osx.md @@ -18,6 +18,10 @@ Dependencies brew install automake berkeley-db4 libtool boost --c++11 miniupnpc openssl pkg-config homebrew/versions/protobuf260 --c++11 qt5 libevent +In case you want to build the disk image with `make deploy` (.dmg / optional), you need RSVG + + brew install librsvg + NOTE: Building with Qt4 is still supported, however, could result in a broken UI. Building with Qt5 is recommended. Build Bitcoin Core |