Updated 11 Building on MacOS (markdown)

Ty 2025-05-19 14:19:38 -04:00
parent 4850a0275b
commit 894c0ec482
1 changed files with 1 additions and 0 deletions

@ -20,6 +20,7 @@ You will need Intel versions of all the dependencies. **Dependencies from Homeb
Add the following extra flags to the cmake invocation listed in the Intel Mac section:
- `-DCMAKE_OSX_ARCHITECTURES=x86_64`. This tells cmake to do an Intel build even though you're on an arm Mac.
- `-DCMAKE_IGNORE_PATH="/opt/homebrew"`. This tells the linker to ignore any homebrew dependencies. This may be required when cross compiling from arm64 to x86_64.
# Building for development