Skip to content

Commit 9ebdd5e

Browse files
committed
depends: update install docs for macOS cross compilation
1 parent fb74fd6 commit 9ebdd5e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

depends/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,11 @@ The paths are automatically configured and no other options are needed.
4949

5050
#### For macOS cross compilation
5151

52-
sudo apt-get install g++ zip
52+
apt install clang lld llvm g++ zip
5353

54-
Note: You must obtain the macOS SDK before proceeding with a cross-compile.
55-
Under the depends directory, create a subdirectory named `SDKs`.
56-
Then, place the extracted SDK under this new directory.
54+
Clang 18 or later is required. You must also obtain the macOS SDK before
55+
proceeding with a cross-compile. Under the depends directory, create a
56+
subdirectory named `SDKs`. Then, place the extracted SDK under this new directory.
5757
For more information, see [SDK Extraction](../contrib/macdeploy/README.md#sdk-extraction).
5858

5959
#### For Win64 cross compilation

0 commit comments

Comments
 (0)