commit f3a2238cd6429b29772f28e0bdfc969e1c153e42 parent d3bee41ff5362004ccd0879177100e960166317a Author: Christophe Coustet <christophe.coustet@meso-star.com> Date: Tue, 27 Feb 2018 14:18:58 +0100 Add openmp as a prerequisite in README. Diffstat:
| M | README.md | | | 5 | +++-- |
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md @@ -14,8 +14,9 @@ the [RSys](https://gitlab.com/vaplv/rsys/) and [Star-SP](https://gitlab.com/meso-star/star-sp/) libraries, the later being necessary only when building tests. -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. +First ensure that CMake and a C compiler that implements the OpenMP 1.2 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.