Skip to content
This repository was archived by the owner on Jan 12, 2024. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ To build on other platforms:
* Install [CMake](https://cmake.org/install/)
* Install [.NET Core 3 SDK](https://dotnet.microsoft.com/download)
* On [WSL](https://docs.microsoft.com/en-us/windows/wsl/)/Linux:
* Install `g++` (e.g. in Ubuntu 20.04 `sudo apt-get install g++`).
* Install [`libomp`](https://openmp.llvm.org) needed for the native (C++) full-state simulator.
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For other platforms the libomp is installed automatically:
Mac: src\Simulation\Native\prerequisites.ps1
Win: As part of MSVC/Clang.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

To clarify, this is only the build instructions, right? If I understand correctly, since libomp is included in the NuGet package, we should have no user-facing dependencies at all.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Correct.

* The build does not accept `dotnet-*-5.0` packages, install `dotnet-*-3.1`
(`sudo apt-get install dotnet-sdk-3.1`). The possible result can be:

Expand Down