aboutsummaryrefslogtreecommitdiff
path: root/doc/build-osx.md
AgeCommit message (Collapse)Author
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
2015-09-12Fixes typo in build-osx.md.Irving Ruan
2015-09-07[docs] add libevent dependency to build-osx.mdJonas Schnelli
2015-06-15remove berkeley-db4 workaroundrion
"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.appJonas Schnelli
2015-05-19[Mac only] rename Bitcoin-Qt.app to "Bitcoin Core.app"Jonas Schnelli
2015-05-01Bugfix: Grammar fixesCorinne Dashjr
2015-01-14Update OS X build instructions to use Qt 5Michael Ford
2014-12-04Remove gmp dependency and doc mentionsPieter Wuille
2014-11-19gmp needed to build on OSXGavin Andresen
2014-11-19Merge pull request #5279Wladimir J. van der Laan
6c8c704 [docs] Add mini-"howto" using Qt Creator (osx) (Jonas Schnelli)
2014-11-17[OSX, docs] update some release build informationsJonas 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-01doc: add make install to build-osx.md and build-unix.mdWhit J
2014-09-25Fixed the broken `brew` shell commandJanusz Lenar
2014-09-18Remove mention of MacPorts from OSX build docsWladimir J. van der Laan
2014-08-23Build-osx: Force Fix.Dominyk Tiller
Kills the "make" line as well.
2014-08-23Build-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-20Update build-osx.mdRose 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-01secp256k1: add libtool as a dependencyCory Fields
2014-06-28Update OS X build instructionsMichael Ford
Update OpenSSL version Homebrew is now the preferred dependancy manager
2014-04-06Added instructions for when wrong openssl detected after brew linkolalonde
2014-02-25Require OSX 10.6, 64-bitGavin 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-03added missing homebrew qt dependency on mac osx build documentation.gubatron
2014-01-19Update OS X Homebrew docs to include new build dependenciesMichael Ford