Skip to content

Commit

Permalink
Update build instructions
Browse files Browse the repository at this point in the history
Fixes #1109
  • Loading branch information
SaschaWillems committed Mar 4, 2024
1 parent ba8fea3 commit 6f863c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions BUILD.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@ If you want to build it through [Android Studio](https://developer.android.com/s

### <img src="./images/applelogo.png" alt="" height="32px"> [iOS and macOS](xcode/)

Building for *iOS* and *macOS* is done using the [examples](xcode/examples.xcodeproj) *Xcode* project found in the [xcode](xcode) directory. These examples use the [**MoltenVK**](https://moltengl.com/moltenvk) Vulkan driver to provide Vulkan support on *iOS* and *macOS*, and require an *iOS* or *macOS* device that supports *Metal*. Please see the [MoltenVK Examples readme](xcode/README_MoltenVK_Examples.md) for more info on acquiring **MoltenVK** and building and deploying the examples on *iOS* and *macOS*.
**Note:** Running these examples on Mac OS and iOS requires [**MoltenVK**](https://github.com/KhronosGroup/MoltenVK) and a device that supports the *Metal* api.

###### MacOS
#### MacOS
Install Libomp with:
-brew install libomp
find the path
Expand Down

0 comments on commit 6f863c2

Please sign in to comment.