Skip to content
This repository was archived by the owner on Jan 12, 2024. It is now read-only.

Commit 7f328dc

Browse files
committed
Added libomp instructions.
1 parent d6ec661 commit 7f328dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ To build on other platforms:
5858
* Install [CMake](https://cmake.org/install/)
5959
* Install [.NET Core 3 SDK](https://dotnet.microsoft.com/download)
6060
* On [WSL](https://docs.microsoft.com/en-us/windows/wsl/)/Linux:
61-
* Install `g++` (e.g. in Ubuntu 20.04 `sudo apt-get install g++`).
61+
* Install [`libomp`](https://openmp.llvm.org) needed for the native (C++) full-state simulator.
6262
* The build does not accept `dotnet-*-5.0` packages, install `dotnet-*-3.1`
6363
(`sudo apt-get install dotnet-sdk-3.1`). The possible result can be:
6464

0 commit comments

Comments
 (0)