From 9ebdd5e9e04be3355309d3096da00db37b4d540c Mon Sep 17 00:00:00 2001 From: fanquake Date: Thu, 30 May 2024 14:24:01 +0100 Subject: [PATCH] depends: update install docs for macOS cross compilation --- depends/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/depends/README.md b/depends/README.md index 82463e04f11..adaeed468f6 100644 --- a/depends/README.md +++ b/depends/README.md @@ -49,11 +49,11 @@ The paths are automatically configured and no other options are needed. #### 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. -Under the depends directory, create a subdirectory named `SDKs`. -Then, place the extracted SDK under this new directory. +Clang 18 or later is required. You must also 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