mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-06-15 19:31:35 +02:00
doc: recommend modern make for macOS depends
macOS ships with GNU Make 3.81 from 2006. This has caused difficult to debug issues, see e.g. 9157d9e449870851ef455e077249ac46fc2df24c. Also add ninja, needed since qt6.
This commit is contained in:
parent
99e6490dc5
commit
b645c52071
@ -18,6 +18,17 @@ To build dependencies for the current arch+OS:
|
||||
|
||||
make
|
||||
|
||||
### macOS
|
||||
|
||||
Install Xcode Command Line Tools and Homebrew Package Manager,
|
||||
see [build-osx.md](../doc/build-osx.md).
|
||||
|
||||
brew install cmake make ninja
|
||||
|
||||
To build dependencies for the current arch+OS:
|
||||
|
||||
gmake
|
||||
|
||||
### FreeBSD
|
||||
|
||||
pkg install bash
|
||||
|
Loading…
x
Reference in New Issue
Block a user