diff options
| author | Wladimir J. van der Laan <[email protected]> | 2015-05-20 13:08:38 +0200 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2015-05-20 13:08:51 +0200 |
| commit | 30dc3c1b3889b30f3eb967279b551e10fc3c301e (patch) | |
| tree | 3bac28f7709dadcb987f44fc9a7617c6715a4526 /doc | |
| parent | Merge pull request #5996 (diff) | |
| parent | build: Cope with spaces in filenames when creating/applying OSX sigs (diff) | |
| download | discoin-30dc3c1b3889b30f3eb967279b551e10fc3c301e.tar.xz discoin-30dc3c1b3889b30f3eb967279b551e10fc3c301e.zip | |
Merge pull request #6116
d1a3866 build: Cope with spaces in filenames when creating/applying OSX sigs (Cory Fields)
7cef321 [Mac only] rename Bitcoin-Qt.app to "Bitcoin Core.app" (Jonas Schnelli)
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/build-osx.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/build-osx.md b/doc/build-osx.md index 913e72519..02adff061 100644 --- a/doc/build-osx.md +++ b/doc/build-osx.md @@ -100,7 +100,7 @@ Creating a release build ------------------------ You can ignore this section if you are building `bitcoind` for your own use. -bitcoind/bitcoin-cli binaries are not included in the Bitcoin-Qt.app bundle. +bitcoind/bitcoin-cli binaries are not included in the Bitcoin-Core.app bundle. If you are building `bitcoind` or `Bitcoin-Qt` for others, your build machine should be set up as follows for maximum compatibility: @@ -111,7 +111,7 @@ All dependencies should be compiled with these flags: -arch x86_64 -isysroot $(xcode-select --print-path)/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk -Once dependencies are compiled, see [doc/release-process.md](release-process.md) for how the Bitcoin-Qt.app +Once dependencies are compiled, see [doc/release-process.md](release-process.md) for how the Bitcoin-Core.app bundle is packaged and signed to create the .dmg disk image that is distributed. Running |