Skip to content

Commit 16d0051

Browse files
committedApr 29, 2021
Merge bitcoin#21688: doc: note on SDK for macOS depends cross-compile
5e7d199 doc: note on SDK for macOS depends cross-compile (Jarol Rodriguez) Pull request description: This PR adds a friendly note for those who are unfamiliar with our depends build system that an extracted SDK is needed before proceeding with a macOS cross-compile. Additionally, it refers a builder to look at [macdeploy](https://github.com/bitcoin/bitcoin/tree/master/contrib/macdeploy#sdk-extraction) for instructions on obtaining the SDK and provides context to where this SDK should reside. **Master:** [render](https://github.com/bitcoin/bitcoin/blob/master/depends/README.md#for-macos-cross-compilation) **PR:** [render](https://github.com/bitcoin/bitcoin/blob/241c4017eddbe33a39073766accf556c2cad90a0/depends/README.md#for-macos-cross-compilation) ACKs for top commit: jonatack: ACK 5e7d199 Sjors: ACK 5e7d199 hebasto: re-ACK 5e7d199 Tree-SHA512: bbdff4f6ea1dfae03bca7fd30dfba543c4d130960075195e42695875382f13b93ea02128f80686fa4d1b5c3bd3703ac600f8ba07356ea0caf0fec09b7dbd081e
2 parents a7a1937 + 5e7d199 commit 16d0051

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
 

‎depends/README.md

+5
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,11 @@ The paths are automatically configured and no other options are needed unless ta
4949

5050
sudo apt-get install curl librsvg2-bin libtiff-tools bsdmainutils cmake imagemagick libz-dev python3-setuptools libtinfo5 xorriso
5151

52+
Note: You must obtain the macOS SDK before proceeding with a cross-compile.
53+
Under the depends directory, create a subdirectory named `SDKs`.
54+
Then, place the extracted SDK under this new directory.
55+
For more information, see [SDK Extraction](../contrib/macdeploy/README.md#sdk-extraction).
56+
5257
#### For Win64 cross compilation
5358

5459
- see [build-windows.md](../doc/build-windows.md#cross-compilation-for-ubuntu-and-windows-subsystem-for-linux)

0 commit comments

Comments
 (0)
Please sign in to comment.