README: add libomp dependency for building on macOS

pull/1201/head
ruevs 2022-01-24 19:19:00 +02:00 committed by phkahler
parent b399d9a1ec
commit 859df9f43d
1 changed files with 2 additions and 2 deletions

View File

@ -171,11 +171,11 @@ Space Navigator support will not be available.
## Building on macOS
You will need git, XCode tools and CMake. Git and CMake can be installed
You will need git, XCode tools, CMake and libomp. Git, CMake and libomp can be installed
via [Homebrew][]:
```sh
brew install git cmake
brew install git cmake libomp
```
XCode has to be installed via AppStore or [the Apple website][appledeveloper];