aboutsummaryrefslogtreecommitdiff
path: root/depends
diff options
context:
space:
mode:
authorJarol Rodriguez <jarolrod@tutanota.com>2021-04-15 00:52:51 -0400
committerJarol Rodriguez <jarolrod@tutanota.com>2021-04-22 16:14:06 -0400
commit5e7d1997fce15b3e2fb77e67491237812e1f98d9 (patch)
treefe9e2b9ff3763f45e861eeafdfbbad6c2f2f313f /depends
parent2cd834e6c09dbbb676ecac4a36d8f0f56b4fe4b2 (diff)
downloadbitcoin-5e7d1997fce15b3e2fb77e67491237812e1f98d9.tar.xz
doc: note on SDK for macOS depends cross-compile
Diffstat (limited to 'depends')
-rw-r--r--depends/README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/depends/README.md b/depends/README.md
index 6b20791281..50e1a32c70 100644
--- a/depends/README.md
+++ b/depends/README.md
@@ -49,6 +49,11 @@ The paths are automatically configured and no other options are needed unless ta
sudo apt-get install curl librsvg2-bin libtiff-tools bsdmainutils cmake imagemagick libz-dev python3-setuptools libtinfo5 xorriso
+Note: You must obtain the macOS SDK before proceeding with a cross-compile.
+Under the depends directory, create a 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 Win64 cross compilation
- see [build-windows.md](../doc/build-windows.md#cross-compilation-for-ubuntu-and-windows-subsystem-for-linux)