mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-04-29 06:49:38 -04:00
doc: Add note for building on macOS (Intel) with CMake ≥ 4.0
See: https://gitlab.kitware.com/cmake/cmake/-/merge_requests/10636.
This commit is contained in:
parent
cdc32994fe
commit
05b77b55cc
1 changed files with 2 additions and 0 deletions
|
@ -145,6 +145,8 @@ It is required that you have `python` and `zip` installed.
|
|||
|
||||
### 1. Configuration
|
||||
|
||||
Note: On macOS (x86_64), users with CMake ≥ 4.0 and Homebrew installed in `/usr/local` should pass `-DCMAKE_OSX_SYSROOT=macosx` or `export SDKROOT=macosx` when not building with Homebrew-provided tools.
|
||||
|
||||
There are many ways to configure Bitcoin Core, here are a few common examples:
|
||||
|
||||
##### Wallet (BDB + SQlite) Support, No GUI:
|
||||
|
|
Loading…
Add table
Reference in a new issue