aboutsummaryrefslogtreecommitdiff
path: root/doc/build-osx.md
Commit message (Collapse)AuthorAgeFilesLines
* 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
* reformat OS X build instrcs, add 10.8 + HomebrewColin Dean2013-02-191-0/+173
* reformatted the entire document to look pretty in both standard text and Markdown * incorporated [my OS X 10.8 build instructions with Homebrew as the package manager](http://bitcoin.stackexchange.com/questions/3672/trouble-compiling-bitcoind-on-osx-with-homebrew/5253#5253) * incorporated @gavinandresen's MacPorts and release build instructions based on an earlier revision of this commit * added makefile patch necessary for Homebrew compilation to `contrib`