Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2014-01-15 | Added 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-10 | Add missing MacPorts dependencies to osx build docs | Michael Ford | |
2013-12-11 | Use 'make check' instead of 'make test' | Lake Denman | |
2013-12-11 | Update build-osx.md | regergregregerrge | |
2013-11-10 | Update build docs that refer to old makefile.* files. | Brandon Dahler | |
Also update pull-tester's error message. | |||
2013-10-21 | Prettify some /Contrib READMEs | super3 | |
SYN Remove Dead Readme-Qt Links. | |||
2013-07-10 | Remove readme-qt.rst and update documentation for readme-qt.md | fanquake | |
2013-06-16 | Markdown Cleanup - Part 2 | super3 | |
Now everything is in markdown... | |||
2013-05-22 | Update links in build-osx.md | Michael Ford | |
Add link to Github for Mac Update link to HomeBrew | |||
2013-04-22 | Update osx build instructions to ensure users link to the correct version of ↵ | Michael Ford | |
OpenSSL | |||
2013-02-19 | reformat OS X build instrcs, add 10.8 + Homebrew | Colin 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` |