rion
a3a80c253c
remove berkeley-db4 workaround
...
"brew install berkeley-db4" appears to be working again. simplified instructions by removing the berkeley-db4 workaround.
10 years ago
Jonas Schnelli
a2241eabfd
[OSX] revert renaming of Bitcoin-Qt.app
10 years ago
Jonas Schnelli
7cef321e65
[Mac only] rename Bitcoin-Qt.app to "Bitcoin Core.app"
10 years ago
Corinne Dashjr
7e6d23b171
Bugfix: Grammar fixes
10 years ago
Michael Ford
06b24240cd
Update OS X build instructions to use Qt 5
10 years ago
Pieter Wuille
ffe3291466
Remove gmp dependency and doc mentions
10 years ago
Gavin Andresen
8c41853380
gmp needed to build on OSX
10 years ago
Jonas Schnelli
409e9ef04c
[OSX, docs] update some release build informations
...
- 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.
10 years ago
Jonas Schnelli
6c8c704bb4
[docs] Add mini-"howto" using Qt Creator (osx)
10 years ago
Whit J
f60dc15c50
doc: add make install to build-osx.md and build-unix.md
10 years ago
Janusz Lenar
346d5443f1
Fixed the broken `brew` shell command
10 years ago
Wladimir J. van der Laan
d547ebf56e
Remove mention of MacPorts from OSX build docs
10 years ago
Dominyk Tiller
df920c6d49
Build-osx: Force Fix.
...
Kills the "make" line as well.
10 years ago
Dominyk Tiller
5a61553a14
Build-osx: Force Fix.
...
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 ).
10 years ago
Rose Toomey
b1ed7c2938
Update build-osx.md
...
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!
10 years ago
Cory Fields
b150b09edc
secp256k1: add libtool as a dependency
10 years ago
Michael Ford
92ddf2c0dd
Update OS X build instructions
...
Update OpenSSL version
Homebrew is now the preferred dependancy manager
11 years ago
olalonde
73288982ad
Added instructions for when wrong openssl detected after brew link
11 years ago
Gavin Andresen
26e4b52712
Require OSX 10.6, 64-bit
...
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.
11 years ago
gubatron
801aeb2fac
added missing homebrew qt dependency on mac osx build documentation.
11 years ago
Michael Ford
5d897f3d4e
Update OS X Homebrew docs to include new build dependencies
11 years ago
Scott Willeke
8d31e614e8
Added automake to the macports depdency list as it was required to complete the autogen.sh step as it required aclocal (which isn't included in recent versions of xcode).
11 years ago
Michael Ford
f5e9d983c0
Add missing MacPorts dependencies to osx build docs
11 years ago
Lake Denman
3f2c6f8654
Use 'make check' instead of 'make test'
11 years ago
regergregregerrge
9392924d0d
Update build-osx.md
11 years ago
Brandon Dahler
2b91707469
Update build docs that refer to old makefile.* files.
...
Also update pull-tester's error message.
11 years ago
super3
14f870cee5
Prettify some /Contrib READMEs
...
SYN
Remove Dead Readme-Qt Links.
11 years ago
fanquake
7772821a69
Remove readme-qt.rst and update documentation for readme-qt.md
11 years ago
super3
00a8874503
Markdown Cleanup - Part 2
...
Now everything is in markdown...
12 years ago
Michael Ford
a680b095b6
Update links in build-osx.md
...
Add link to Github for Mac
Update link to HomeBrew
12 years ago
Michael Ford
46aecb2bdf
Update osx build instructions to ensure users link to the correct version of OpenSSL
12 years ago
Colin Dean
68cb1cd6b6
reformat OS X build instrcs, add 10.8 + Homebrew
...
* 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`
12 years ago