mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-04-29 14:59:39 -04:00
depends: update install docs for macOS cross compilation
This commit is contained in:
parent
fb74fd66cb
commit
9ebdd5e9e0
1 changed files with 4 additions and 4 deletions
|
@ -49,11 +49,11 @@ The paths are automatically configured and no other options are needed.
|
||||||
|
|
||||||
#### For macOS cross compilation
|
#### For macOS cross compilation
|
||||||
|
|
||||||
sudo apt-get install g++ zip
|
apt install clang lld llvm g++ zip
|
||||||
|
|
||||||
Note: You must obtain the macOS SDK before proceeding with a cross-compile.
|
Clang 18 or later is required. You must also obtain the macOS SDK before
|
||||||
Under the depends directory, create a subdirectory named `SDKs`.
|
proceeding with a cross-compile. Under the depends directory, create a
|
||||||
Then, place the extracted SDK under this new directory.
|
subdirectory named `SDKs`. Then, place the extracted SDK under this new directory.
|
||||||
For more information, see [SDK Extraction](../contrib/macdeploy/README.md#sdk-extraction).
|
For more information, see [SDK Extraction](../contrib/macdeploy/README.md#sdk-extraction).
|
||||||
|
|
||||||
#### For Win64 cross compilation
|
#### For Win64 cross compilation
|
||||||
|
|
Loading…
Add table
Reference in a new issue