aboutsummaryrefslogtreecommitdiff
path: root/doc/build-osx.md
AgeCommit message (Collapse)Author
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
2014-01-15Added automake to the macports depdency list as it was required to complete ↵Scott Willeke
the autogen.sh step as it required aclocal (which isn't included in recent versions of xcode).
2014-01-10Add missing MacPorts dependencies to osx build docsMichael Ford
2013-12-11Use 'make check' instead of 'make test'Lake Denman
2013-12-11Update build-osx.mdregergregregerrge
2013-11-10Update build docs that refer to old makefile.* files.Brandon Dahler
Also update pull-tester's error message.
2013-10-21Prettify some /Contrib READMEssuper3
SYN Remove Dead Readme-Qt Links.
2013-07-10Remove readme-qt.rst and update documentation for readme-qt.mdfanquake
2013-06-16Markdown Cleanup - Part 2super3
Now everything is in markdown...
2013-05-22Update links in build-osx.mdMichael Ford
Add link to Github for Mac Update link to HomeBrew
2013-04-22Update osx build instructions to ensure users link to the correct version of ↵Michael Ford
OpenSSL
2013-02-19reformat OS X build instrcs, add 10.8 + HomebrewColin Dean
* 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`