From 63a8ee1a29ebc4a7184c06f09573f8471685500e Mon Sep 17 00:00:00 2001 From: "T. Latrille" Date: Wed, 30 Nov 2022 14:42:12 +0100 Subject: [PATCH] Update README.rst Added `libomp-dev` (required for OpenMP support) as a necessary package for the Ubuntu (or Debian) installation. --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 48cefb3..0efb702 100644 --- a/README.rst +++ b/README.rst @@ -72,7 +72,7 @@ SMC++ requires the following libraries and executables in order compile and run: On Ubuntu (or Debian) Linux, the library requirements may be installed using the commmand:: - $ sudo apt-get install -y python3-dev libgmp-dev libmpfr-dev libgsl0-dev + $ sudo apt-get install -y python3-dev libgmp-dev libmpfr-dev libgsl0-dev libomp-dev On OS X, the easiest way to install them is using Homebrew_::