Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-02-20 | Merge #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-06 | doc: link to homebrew's troubleshooting page | Gastón I. Silva | |
2020-02-03 | build: use macOS 10.14 SDK | fanquake | |
Co-Authored-By: Carl Dong <accounts@carldong.me> | |||
2019-11-21 | build: set minimum supported macOS to 10.12 | fanquake | |
2019-11-18 | doc: remove OpenSSL from build instructions and licensing info | fanquake | |
2019-09-12 | doc: specify protobuf as optional in build docs | fanquake | |
2019-06-29 | doc: Fix broken link in doc/build-osx.md | Jon Atack | |
This fixes the regression in PR #15964 as noted here: https://github.com/bitcoin/bitcoin/pull/15964/files#r298798933 | |||
2019-06-14 | Improve build-osx formatting | Giulio Lombardo | |
2019-04-12 | doc: mention creating application support bitcoin folder on OSX | Jack Mallers | |
2019-01-21 | Delete README_osx.md and move its contents into build-osx.md | Martin Erlandsson | |
2018-11-07 | [doc] conf: Remove deprecated options from docs, Other cleanup | MarcoFalke | |
* conf: Remove deprecated options from docs * Remove only mention of MIT/X11 * Link to developer notes in README.md | |||
2018-10-28 | Various textual improvements in build docs | Martin Erlandsson | |
2018-09-05 | Remove reference to deprecated RPC call in build instructions | Michael Goldstein | |
2018-09-05 | Docs: Add disable-wallet section to OSX build instructions | Michael Goldstein | |
2018-08-02 | trivial: Fixed typos and cleaned up language | William Robinson | |
2018-07-25 | doc: mention that macOS 10.10 is now required | fanquake | |
2018-06-18 | doc: Remove mention of Qt4 from build docs | Wladimir J. van der Laan | |
2018-06-04 | Rename “OS X” to the newer “macOS” convention | Giulio Lombardo | |
2018-04-07 | doc: add qrencode to brew install instructions | buddilla | |
Build was missing qr code(qrencode libs) support | |||
2018-03-03 | docs: Update osx brew install instruction | fanquake | |
2018-02-09 | Merge #11761: [docs] initial QT documentation | Wladimir 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-26 | remove brew c++ flag | Pablo 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 script | laudaa | |
2017-12-19 | [docs] initial QT documentation, move Qt Creator instructions | Sjors Provoost | |
2017-11-30 | Docs: Bump OSX version to 10.13 in build-osx.md | Varunram Ganesh | |
2017-11-16 | [docs] Add reference to install_db4.sh in OS X build instructions | James O'Beirne | |
2017-09-07 | Merge #10779: Create dependencies.md | Wladimir 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-07 | Create dependencies.md, and link dependencies file from README & build docs | flack | |
2017-08-30 | Add python3 to list of dependencies on some platforms | danra | |
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 dependencies | fanquake | |
2017-01-04 | [Doc] Install Protobuf v3 on OS X | fanquake | |
2016-12-23 | Mention RSVG dependency when creating the disk image on OSX | Jonas Schnelli | |
2016-10-27 | Update build notes for dropping osx 10.7 support | Michael 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 SDK | fanquake | |
2016-05-12 | [Doc] Simplify OS X build notes | fanquake | |
Add —c++11 flags to brew dependancies that support it Remove release-build section, this is covered by depends/release-notes | |||
2016-04-02 | Add note about using the Qt official binary installer. | Pavel Janík | |
2015-11-20 | [doc] Update OS X build notes for new qt5 configure | Michael 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 space | MarcoFalke | |
2015-10-18 | Correct spelling mistakes in doc folder | Mitchell Cash | |
- OSX —> OS X - XCode —> Xcode - github —> GitHub - homebrew —> Homebrew - gitian —> Gitian - Other miscellaneous obvious spelling fixes and whitespace removal | |||
2015-09-12 | Fixes typo in build-osx.md. | Irving Ruan | |
2015-09-07 | [docs] add libevent dependency to build-osx.md | Jonas Schnelli | |
2015-06-15 | remove berkeley-db4 workaround | rion | |
"brew install berkeley-db4" appears to be working again. simplified instructions by removing the berkeley-db4 workaround. | |||
2015-06-01 | [OSX] revert renaming of Bitcoin-Qt.app | Jonas Schnelli | |
2015-05-19 | [Mac only] rename Bitcoin-Qt.app to "Bitcoin Core.app" | Jonas Schnelli | |
2015-05-01 | Bugfix: Grammar fixes | Corinne Dashjr | |
2015-01-14 | Update OS X build instructions to use Qt 5 | Michael Ford | |
2014-12-04 | Remove gmp dependency and doc mentions | Pieter Wuille | |
2014-11-19 | gmp needed to build on OSX | Gavin Andresen | |
2014-11-19 | Merge pull request #5279 | Wladimir J. van der Laan | |
6c8c704 [docs] Add mini-"howto" using Qt Creator (osx) (Jonas Schnelli) |