From 7f328dc21f9530fdabaed2389363162ded76a5d2 Mon Sep 17 00:00:00 2001 From: Robin Kuzmin Date: Fri, 14 Jan 2022 08:59:09 -0800 Subject: [PATCH] Added `libomp` instructions. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7554ea9ab78..7e0c2c12690 100644 --- a/README.md +++ b/README.md @@ -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. * 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: