aboutsummaryrefslogtreecommitdiff
path: root/doc/build-osx.md
Commit message (Collapse)AuthorAgeFilesLines
* really s/Doge/Dis/g this timeTomo Ueda2021-09-021-5/+5
|
* really s/doge/dis/g this timeTomo Ueda2021-09-021-15/+15
|
* Update build-osx.md for Mac install Luis-Johannes Schubert2021-02-151-1/+1
| | | --c++11 no longer needed and needs to be removed.
* Update documentation to match 1.10 (#1436)Ross Nicoll2019-03-251-17/+17
|
* Update DB version to 5.1Ross Nicoll2018-09-191-1/+2
|
* [doc] Minor corrections to osx dependenciesfanquake2017-06-051-3/+3
| | | | | Github-Pull: #10260 Rebased-From: 661caf83b3dcae6376e59b6cae07f0a2a4d37fe9
* [Doc] Install Protobuf v3 on OS Xfanquake2017-01-041-1/+1
|
* Mention RSVG dependency when creating the disk image on OSXJonas Schnelli2016-12-231-0/+4
|
* Update build notes for dropping osx 10.7 supportMichael Ford2016-10-271-1/+1
| | | | | Github-Pull: #9022 Rebased-From: 1d1246314f761b3f84c869cb7b0af49cc25b55b3
* [Doc] Target protobuf 2.6 in OS X build notes.Michael Ford2016-09-181-1/+1
| | | Homebrew now installs Protobuf version 3 by default, which doesn't currently compile. Install Protobuf 2.6.x from the versions tap instead.
* [Doc] Update OS X build notes for 10.11 SDKfanquake2016-06-201-3/+5
|
* [Doc] Simplify OS X build notesfanquake2016-05-121-86/+50
| | | | | Add —c++11 flags to brew dependancies that support it Remove release-build section, this is covered by depends/release-notes
* Add note about using the Qt official binary installer.Pavel Janík2016-04-021-2/+12
|
* [doc] Update OS X build notes for new qt5 configureMichael Ford2015-11-201-9/+11
| | | | | | You no longer need to explicitly pass qt5 to configure, as it will now choose qt5 over qt4 if both are installed. [skip-ci]
* [doc] Remove excessive white spaceMarcoFalke2015-11-051-1/+1
|
* Correct spelling mistakes in doc folderMitchell Cash2015-10-181-5/+5
| | | | | | | | | - OSX —> OS X - XCode —> Xcode - github —> GitHub - homebrew —> Homebrew - gitian —> Gitian - Other miscellaneous obvious spelling fixes and whitespace removal
* Fixes typo in build-osx.md.Irving Ruan2015-09-121-1/+1
|
* [docs] add libevent dependency to build-osx.mdJonas Schnelli2015-09-071-1/+1
|
* remove berkeley-db4 workaroundrion2015-06-151-24/+1
| | | "brew install berkeley-db4" appears to be working again. simplified instructions by removing the berkeley-db4 workaround.
* [OSX] revert renaming of Bitcoin-Qt.appJonas Schnelli2015-06-011-2/+2
|
* [Mac only] rename Bitcoin-Qt.app to "Bitcoin Core.app"Jonas Schnelli2015-05-191-2/+2
|
* Bugfix: Grammar fixesCorinne Dashjr2015-05-011-1/+1
|
* Update OS X build instructions to use Qt 5Michael Ford2015-01-141-10/+6
|
* Remove gmp dependency and doc mentionsPieter Wuille2014-12-041-1/+1
|
* gmp needed to build on OSXGavin Andresen2014-11-191-1/+1
|
* Merge pull request #5279Wladimir J. van der Laan2014-11-191-0/+16
|\ | | | | | | 6c8c704 [docs] Add mini-"howto" using Qt Creator (osx) (Jonas Schnelli)
| * [docs] Add mini-"howto" using Qt Creator (osx)Jonas Schnelli2014-11-161-0/+16
| |
* | [OSX, docs] update some release build informationsJonas Schnelli2014-11-171-4/+3
|/ | | | | | | | - 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.
* doc: add make install to build-osx.md and build-unix.mdWhit J2014-10-011-0/+4
|
* Fixed the broken `brew` shell commandJanusz Lenar2014-09-251-2/+2
|
* Remove mention of MacPorts from OSX build docsWladimir J. van der Laan2014-09-181-45/+3
|
* Build-osx: Force Fix.Dominyk Tiller2014-08-231-2/+0
| | | Kills the "make" line as well.
* Build-osx: Force Fix.Dominyk Tiller2014-08-231-13/+1
| | | 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).
* Update build-osx.mdRose Toomey2014-08-201-1/+24
| | | 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!
* secp256k1: add libtool as a dependencyCory Fields2014-07-011-2/+2
|
* Update OS X build instructionsMichael Ford2014-06-281-12/+8
| | | | | Update OpenSSL version Homebrew is now the preferred dependancy manager
* Added instructions for when wrong openssl detected after brew linkolalonde2014-04-061-1/+3
|
* Require OSX 10.6, 64-bitGavin Andresen2014-02-251-19/+25
| | | | | | | 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.
* added missing homebrew qt dependency on mac osx build documentation.gubatron2014-02-031-1/+1
|
* Update OS X Homebrew docs to include new build dependenciesMichael Ford2014-01-191-7/+7
|
* Added automake to the macports depdency list as it was required to complete ↵Scott Willeke2014-01-151-1/+1
| | | | the autogen.sh step as it required aclocal (which isn't included in recent versions of xcode).
* Add missing MacPorts dependencies to osx build docsMichael Ford2014-01-101-1/+1
|
* Use 'make check' instead of 'make test'Lake Denman2013-12-111-2/+2
|
* Update build-osx.mdregergregregerrge2013-12-111-1/+1
|
* Update build docs that refer to old makefile.* files.Brandon Dahler2013-11-101-16/+10
| | | | Also update pull-tester's error message.
* Prettify some /Contrib READMEssuper32013-10-211-2/+0
| | | | | | SYN Remove Dead Readme-Qt Links.
* Remove readme-qt.rst and update documentation for readme-qt.mdfanquake2013-07-101-1/+1
|
* Markdown Cleanup - Part 2super32013-06-161-28/+5
| | | | Now everything is in markdown...
* Update links in build-osx.mdMichael Ford2013-05-221-3/+3
| | | | Add link to Github for Mac Update link to HomeBrew
* Update osx build instructions to ensure users link to the correct version of ↵Michael Ford2013-04-221-0/+12
| | | | OpenSSL