diff options
author | Jonas Schnelli <dev@jonasschnelli.ch> | 2017-01-02 09:42:51 +0100 |
---|---|---|
committer | Jonas Schnelli <dev@jonasschnelli.ch> | 2017-01-02 09:43:15 +0100 |
commit | 53442af0aac3838179fad79a65512ee8c5603922 (patch) | |
tree | ce64d59e3fbc3301ac4a5d6988eb67cc4f532434 /doc | |
parent | 1d2d67692c74a5539f3736754d84f0aa6a702c56 (diff) | |
parent | 2fb98f6661887f125837653c8f5577dbd6c124c0 (diff) |
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 63a7ee28ca..5cdb3dab6f 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 |