aboutsummaryrefslogtreecommitdiff
path: root/depends/README.md
diff options
context:
space:
mode:
authorfanquake <fanquake@gmail.com>2023-08-24 14:42:45 +0100
committerfanquake <fanquake@gmail.com>2023-08-27 10:02:55 +0100
commit94955b4b1dd1dfa2e8ee8de9181968e631e4e0c9 (patch)
tree9c70c75acceffc3d03686baec5884fd4a81274d8 /depends/README.md
parent03675b2ba37d4c6216be4ffe6fbf5352f3e93c69 (diff)
downloadbitcoin-94955b4b1dd1dfa2e8ee8de9181968e631e4e0c9.tar.xz
depends: use LLVM/Clang 15.0.6 for macOS cross-compile
There is no x86_64 binaries for 15.0.7.
Diffstat (limited to 'depends/README.md')
-rw-r--r--depends/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/depends/README.md b/depends/README.md
index 8bf751ab30..b5992a3fef 100644
--- a/depends/README.md
+++ b/depends/README.md
@@ -48,7 +48,7 @@ The paths are automatically configured and no other options are needed unless ta
#### For macOS cross compilation
- sudo apt-get install curl bsdmainutils cmake libz-dev python3-setuptools libtinfo5 xorriso
+ sudo apt-get install curl bsdmainutils cmake libz-dev python3-setuptools xorriso
Note: You must obtain the macOS SDK before proceeding with a cross-compile.
Under the depends directory, create a subdirectory named `SDKs`.