Parcourir la source

Updated INSTALL.md

Added a subsection for building MacOS universal packages.
ChedRed il y a 1 an
Parent
commit
b33420cac7
1 fichiers modifiés avec 4 ajouts et 0 suppressions
  1. 4 0
      INSTALL.md

+ 4 - 0
INSTALL.md

@@ -20,6 +20,10 @@ Read docs/README-macos.md
 
 Run: `cmake -S . -B build && cmake --build build && cmake --install build`
 
+### macOS for universal architecture:
+
+Run: `cmake -S . -B build -DCMAKE_OSX_ARCHITECTURES="x86_64;arm64" && cmake --build build && cmake --install build`
+
 ## Linux and other UNIX systems:
 
 Run: `cmake -S . -B build && cmake --build build && cmake --install build`