Skip to content

Commit 7e280d5

Browse files
authored
Added omp requirement to build on Linux on README
1 parent 02a857a commit 7e280d5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/building/unix-instructions.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ The following components are needed:
2626
* clang-3.9
2727
* cmake 2.8.12
2828
* libunwind8
29+
* libomp-dev
2930
* curl
3031
* All the requirements necessary to run .NET Core 2.0 applications: libssl1.0.0 (1.0.2 for Debian 9) and libicu5x (libicu52 for ubuntu 14.x, libicu55 for ubuntu 16.x, and libicu57 for ubuntu 17.x). For more information on prerequisites in different linux distributions click [here](https://docs.microsoft.com/en-us/dotnet/core/linux-prerequisites?tabs=netcore2x).
3132

@@ -35,6 +36,7 @@ For example, for Ubuntu 16.x:
3536
sudo apt-get update
3637
sudo apt-get install git clang-3.9 cmake libunwind8 curl
3738
sudo apt-get install libssl1.0.0 libicu55
39+
sudo apt-get install libomp-dev
3840
```
3941

4042
### macOS

0 commit comments

Comments
 (0)