Skip to content

Commit

Permalink
Updated INSTALL.md
Browse files Browse the repository at this point in the history
Added a subsection for building MacOS universal packages.
  • Loading branch information
ChedRed authored and icculus committed Apr 10, 2024
1 parent 0675868 commit b33420c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit b33420c

Please sign in to comment.