aboutsummaryrefslogtreecommitdiff
path: root/doc/build-osx.md
AgeCommit message (Collapse)Author
2022-10-24doc: remove brew install sqlite from macOS docsfanquake
2021-05-17doc: note that brew installed qt is not supportedRaul Siles
2021-05-14docs: improve make with parallel jobs description.Klement Tan
2021-03-03doc: revamp macOS build docJarol Rodriguez
This pr makes the macOS build docs more informative and adds in the following information: - Proper descriptions and delineation of required/optional dependencies - walk-through of optional dependencies - configuration walk-through - various other tid-bits of information
2021-03-03doc: install qt5 when building on macOSfanquake
Brew has updated such that qt now refers to Qt 6.0.1. If builders install this, configure will not work pick up qt. For now, install qt@5 (5.15.2), until required build system and likely source changes are made.
2021-01-09doc: Add explicit macdeployqtplus dependencies install stepHennadii Stepanov
This change is required on macOS 11 Big Sur.
2021-01-07doc: Add libnatpmp stuffHennadii Stepanov
2020-12-07doc: Update wallet database installation guide for macOSHennadii Stepanov
2020-11-18build: set minimum supported macOS to 10.14fanquake
2020-10-14Include sqlite3 in documentationAndrew Chow
2020-02-20Merge #18070: doc: add note about `brew doctor`fanquake
63ce882760e1ceb4114c716851aedaf911ebb93b doc: link to homebrew's troubleshooting page (Gastón I. Silva) Pull request description: A trivial documentation update. When I was following the build steps for mac, I had some errors installing the dependencies. After searching on the Internet, and correcting the errors, I found that `brew doctor` had all the answers I needed. Could have skipped the Internet searches all together. ACKs for top commit: fanquake: ACK 63ce882760e1ceb4114c716851aedaf911ebb93b - a link to the troubleshooting page seems fine. I wouldn't really want our README to have anything more specific than that. Tree-SHA512: 12c96cd9c9bd39ada21f3f27cbec3ed4bef4b8e74dec7872c892fc6a92a70418a5cc0882ff449883e91d96c01e1ca7104b076590917f397334c82931ec7fda1c
2020-02-06doc: link to homebrew's troubleshooting pageGastón I. Silva
2020-02-03build: use macOS 10.14 SDKfanquake
Co-Authored-By: Carl Dong <accounts@carldong.me>
2019-11-21build: set minimum supported macOS to 10.12fanquake
2019-11-18doc: remove OpenSSL from build instructions and licensing infofanquake
2019-09-12doc: specify protobuf as optional in build docsfanquake
2019-06-29doc: Fix broken link in doc/build-osx.mdJon Atack
This fixes the regression in PR #15964 as noted here: https://github.com/bitcoin/bitcoin/pull/15964/files#r298798933
2019-06-14Improve build-osx formattingGiulio Lombardo
2019-04-12doc: mention creating application support bitcoin folder on OSXJack Mallers
2019-01-21Delete README_osx.md and move its contents into build-osx.mdMartin Erlandsson
2018-11-07[doc] conf: Remove deprecated options from docs, Other cleanupMarcoFalke
* conf: Remove deprecated options from docs * Remove only mention of MIT/X11 * Link to developer notes in README.md
2018-10-28Various textual improvements in build docsMartin Erlandsson
2018-09-05Remove reference to deprecated RPC call in build instructionsMichael Goldstein
2018-09-05Docs: Add disable-wallet section to OSX build instructionsMichael Goldstein
2018-08-02trivial: Fixed typos and cleaned up languageWilliam Robinson
2018-07-25doc: mention that macOS 10.10 is now requiredfanquake
2018-06-18doc: Remove mention of Qt4 from build docsWladimir J. van der Laan
2018-06-04Rename “OS X” to the newer “macOS” conventionGiulio Lombardo
2018-04-07doc: add qrencode to brew install instructionsbuddilla
Build was missing qr code(qrencode libs) support
2018-03-03docs: Update osx brew install instructionfanquake
2018-02-09Merge #11761: [docs] initial QT documentationWladimir J. van der Laan
c8edc2c [docs] initial QT documentation, move Qt Creator instructions (Sjors Provoost) Pull request description: I'll update this as I figure out how everything is tied together, but I think it's a useful enough start. Tree-SHA512: d96e5c9ba8ccc3a1b92a0894a8a8449317100eebb14e5d390b51793534458f50eac296cf2945fccf81b85aff23fa32d91d6015a0a76ada4f7091a400d7508ae5
2017-12-26remove brew c++ flagPablo Fernandez
the c++ is not needed since the listed brew formulas no longer have this option. It also raises a warning that may generate confusion.
2017-12-20[Doc] Fix link to installation scriptlaudaa
2017-12-19[docs] initial QT documentation, move Qt Creator instructionsSjors Provoost
2017-11-30Docs: Bump OSX version to 10.13 in build-osx.mdVarunram Ganesh
2017-11-16[docs] Add reference to install_db4.sh in OS X build instructionsJames O'Beirne
2017-09-07Merge #10779: Create dependencies.mdWladimir J. van der Laan
e91b96192 Create dependencies.md, and link dependencies file from README & build docs (flack) Pull request description: As @fanquake mentioned in #8639, this should probably be a file in `doc/`, so I went ahead and pulled the issue text via the github API and dumped it into a file. No modifications made, except one spelling fix. This makes the info easier to find, and it will get a proper version history, too. Tree-SHA512: 6ba4c37c97200972a74724e0e346d6ad5947c01ad18638e15250f2b4cd747dd744aba16e306c98d59f35736542a5eded7a17b6a5ce6aebc63c0a9dc969b365ef
2017-09-07Create dependencies.md, and link dependencies file from README & build docsflack
2017-08-30Add python3 to list of dependencies on some platformsdanra
python3 is required for running the unit tests on macOS, Ubuntu and Fedora. Without python3 installed, 'make check' fails because /test/util/bitcoin-util-test.py fails to find python3.
2017-04-23[doc] Minor corrections to osx dependenciesfanquake
2017-01-04[Doc] Install Protobuf v3 on OS Xfanquake
2016-12-23Mention RSVG dependency when creating the disk image on OSXJonas Schnelli
2016-10-27Update build notes for dropping osx 10.7 supportMichael Ford
Github-Pull: #9022 Rebased-From: 1d1246314f761b3f84c869cb7b0af49cc25b55b3
2016-09-18[Doc] Target protobuf 2.6 in OS X build notes.Michael Ford
Homebrew now installs Protobuf version 3 by default, which doesn't currently compile. Install Protobuf 2.6.x from the versions tap instead.
2016-06-20[Doc] Update OS X build notes for 10.11 SDKfanquake
2016-05-12[Doc] Simplify OS X build notesfanquake
Add —c++11 flags to brew dependancies that support it Remove release-build section, this is covered by depends/release-notes
2016-04-02Add note about using the Qt official binary installer.Pavel Janík
2015-11-20[doc] Update OS X build notes for new qt5 configureMichael Ford
You no longer need to explicitly pass qt5 to configure, as it will now choose qt5 over qt4 if both are installed. [skip-ci]
2015-11-05[doc] Remove excessive white spaceMarcoFalke
2015-10-18Correct spelling mistakes in doc folderMitchell Cash
- OSX —> OS X - XCode —> Xcode - github —> GitHub - homebrew —> Homebrew - gitian —> Gitian - Other miscellaneous obvious spelling fixes and whitespace removal