Age | Commit message (Collapse) | Author | |
---|---|---|---|
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) | |||
2014-11-17 | [OSX, docs] update some release build informations | Jonas Schnelli | |
- switching release builds to 10.7 - release binary looks like 64bit only - tested up to 10.10 - gitian builder builds against 10.7. The docs should be consistant. - remove 32bit text because nowadays it's obvious to support 64bit only on OSX. | |||
2014-11-16 | [docs] Add mini-"howto" using Qt Creator (osx) | Jonas Schnelli | |
2014-10-01 | doc: add make install to build-osx.md and build-unix.md | Whit J | |
2014-09-25 | Fixed the broken `brew` shell command | Janusz Lenar | |
2014-09-18 | Remove mention of MacPorts from OSX build docs | Wladimir J. van der Laan | |
2014-08-23 | Build-osx: Force Fix. | Dominyk Tiller | |
Kills the "make" line as well. | |||
2014-08-23 | Build-osx: Force Fix. | Dominyk Tiller | |
Removes the unnecessary directions that encourage people to force install openssl into /usr/local with Homebrew. Unnecessary, and potentially quite risky. @theuni okayed this removal [here](https://github.com/bitcoin/bitcoin/pull/4740#issuecomment-53076840). | |||
2014-08-20 | Update build-osx.md | Rose Toomey | |
The homebrew instructions were outdated - berkeley-db4 hasn't worked for months, based on the questions I'm seeing on Google/SO. So I added a section explaining how to install berkeley-db4 using homebrew and move on with your life. Thanks for the rest of the documentation! | |||
2014-07-01 | secp256k1: add libtool as a dependency | Cory Fields | |
2014-06-28 | Update OS X build instructions | Michael Ford | |
Update OpenSSL version Homebrew is now the preferred dependancy manager | |||
2014-04-06 | Added instructions for when wrong openssl detected after brew link | olalonde | |
2014-02-25 | Require OSX 10.6, 64-bit | Gavin Andresen | |
Drop support for 32-bit or pre-10.6 Macs. Also, some of the OSX build docs hadn't been updated since the autotools change. | |||
2014-02-03 | added missing homebrew qt dependency on mac osx build documentation. | gubatron | |
2014-01-19 | Update OS X Homebrew docs to include new build dependencies | Michael Ford | |