Skip to content

Commit 859df9f

Browse files
ruevsphkahler
authored andcommitted
README: add libomp dependency for building on macOS
1 parent b399d9a commit 859df9f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -171,11 +171,11 @@ Space Navigator support will not be available.
171171

172172
## Building on macOS
173173

174-
You will need git, XCode tools and CMake. Git and CMake can be installed
174+
You will need git, XCode tools, CMake and libomp. Git, CMake and libomp can be installed
175175
via [Homebrew][]:
176176

177177
```sh
178-
brew install git cmake
178+
brew install git cmake libomp
179179
```
180180

181181
XCode has to be installed via AppStore or [the Apple website][appledeveloper];

0 commit comments

Comments
 (0)