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:
Hennadii Stepanov 2025-04-16 17:13:33 +01:00
parent cdc32994fe
commit 05b77b55cc

View file

@ -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: