fanquake
6c6dbd8af5
doc: mention that macOS 10.10 is now required
6 years ago
Wladimir J. van der Laan
af6ac3b677
doc: Remove mention of Qt4 from build docs
6 years ago
Giulio Lombardo
989c8990bb
Rename “OS X” to the newer “macOS” convention
7 years ago
buddilla
0314ad4e6d
doc: add qrencode to brew install instructions
...
Build was missing qr code(qrencode libs) support
7 years ago
fanquake
59f47959bf
docs: Update osx brew install instruction
7 years ago
Wladimir J. van der Laan
89005ddad1
Merge #11761 : [docs] initial QT documentation
...
c8edc2c
[docs] initial QT documentation, move Qt Creator instructions (Sjors Provoost)
Pull request description:
I'll update this as I figure out how everything is tied together, but I think it's a useful enough start.
Tree-SHA512: d96e5c9ba8ccc3a1b92a0894a8a8449317100eebb14e5d390b51793534458f50eac296cf2945fccf81b85aff23fa32d91d6015a0a76ada4f7091a400d7508ae5
7 years ago
Pablo Fernandez
5ec3eae393
remove brew c++ flag
...
the c++ is not needed since the listed brew formulas no longer have this option. It also raises a warning that may generate confusion.
7 years ago
laudaa
3d3e58e46c
[Doc] Fix link to installation script
7 years ago
Sjors Provoost
c8edc2c3cb
[docs] initial QT documentation, move Qt Creator instructions
7 years ago
Varunram Ganesh
543ab40a44
Docs: Bump OSX version to 10.13 in build-osx.md
7 years ago
James O'Beirne
6e4cdd67b1
[docs] Add reference to install_db4.sh in OS X build instructions
7 years ago
Wladimir J. van der Laan
f65614726d
Merge #10779 : Create dependencies.md
...
e91b96192
Create dependencies.md, and link dependencies file from README & build docs (flack)
Pull request description:
As @fanquake mentioned in #8639 , this should probably be a file in `doc/`, so I went ahead and pulled the issue text via the github API and dumped it into a file. No modifications made, except one spelling fix. This makes the info easier to find, and it will get a proper version history, too.
Tree-SHA512: 6ba4c37c97200972a74724e0e346d6ad5947c01ad18638e15250f2b4cd747dd744aba16e306c98d59f35736542a5eded7a17b6a5ce6aebc63c0a9dc969b365ef
7 years ago
flack
e91b961923
Create dependencies.md, and link dependencies file from README & build docs
7 years ago
danra
7bb5d3000c
Add python3 to list of dependencies on some platforms
...
python3 is required for running the unit tests on macOS, Ubuntu and Fedora.
Without python3 installed, 'make check' fails because /test/util/bitcoin-util-test.py fails to find python3.
7 years ago
fanquake
661caf83b3
[doc] Minor corrections to osx dependencies
8 years ago
fanquake
35ee63c565
[Doc] Install Protobuf v3 on OS X
8 years ago
Jonas Schnelli
b01667c778
Mention RSVG dependency when creating the disk image on OSX
8 years ago
Michael Ford
ba26d415c0
Update build notes for dropping osx 10.7 support
...
Github-Pull: #9022
Rebased-From: 1d1246314f
8 years ago
Michael Ford
b16a7f609f
[Doc] Target protobuf 2.6 in OS X build notes.
...
Homebrew now installs Protobuf version 3 by default, which doesn't currently compile. Install Protobuf 2.6.x from the versions tap instead.
8 years ago
fanquake
e5a680dc6a
[Doc] Update OS X build notes for 10.11 SDK
9 years ago
fanquake
2692e1b10b
[Doc] Simplify OS X build notes
...
Add —c++11 flags to brew dependancies that support it
Remove release-build section, this is covered by depends/release-notes
9 years ago
Pavel Janík
4b9dfd6d81
Add note about using the Qt official binary installer.
9 years ago
Michael Ford
b171c69c60
[doc] Update OS X build notes for new qt5 configure
...
You no longer need to explicitly pass qt5 to configure, as it will now choose qt5 over qt4 if both are installed.
[skip-ci]
9 years ago
MarcoFalke
e167af2acd
[doc] Remove excessive white space
9 years ago
Mitchell Cash
99963b938f
Correct spelling mistakes in doc folder
...
- OSX —> OS X
- XCode —> Xcode
- github —> GitHub
- homebrew —> Homebrew
- gitian —> Gitian
- Other miscellaneous obvious spelling fixes and whitespace removal
9 years ago
Irving Ruan
5d7a16d073
Fixes typo in build-osx.md.
9 years ago
Jonas Schnelli
a1df1e870b
[docs] add libevent dependency to build-osx.md
9 years ago
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
Wladimir J. van der Laan
bf217e3adc
Merge pull request #5279
...
6c8c704
[docs] Add mini-"howto" using Qt Creator (osx) (Jonas Schnelli)
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
11 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