commit 0187a1636451455d36a09fc170fecedc9ccfa936 parent 3c0a632d9942072018b18d2976680c57c44de3e7 Author: Christophe Coustet <christophe.coustet@meso-star.com> Date: Wed, 25 Nov 2020 15:56:54 +0100 Fix readme: remove unneeded reference to OpenMP Diffstat:
| M | README.md | | | 6 | +++--- |
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md @@ -25,9 +25,9 @@ as well as on the [OpenMP](http://www.openmp.org) 2.0 specification to parallelize its computations. -First ensure that CMake and a C89 compiler that implements the OpenMP 2.0 -specification are installed on your system. Then install the RCMake package as -well as all the aforementioned prerequisites. Finally generate the project from +First ensure that CMake and a C compiler are installed on your system. +Then install the RCMake package as well as all the aforementioned +prerequisites. Finally generate the project from the `cmake/CMakeLists.txt` file by appending to the `CMAKE_PREFIX_PATH` variable the install directories of its dependencies.