commit 3802be212827192b310bb14dc5d2a3a7242ff318 parent 6b87ccb8faebed4ecff1b332b74cfb2f5ca756fd Author: Christophe Coustet <christophe.coustet@meso-star.com> Date: Tue, 3 Apr 2018 10:30:53 +0200 Fix README Diffstat:
| M | README.md | | | 9 | ++++----- |
1 file changed, 4 insertions(+), 5 deletions(-)
diff --git a/README.md b/README.md @@ -10,12 +10,11 @@ checks some coherency properties, most noticeably the enclosed medium unicity. StarEnclosures 2D relies on the [CMake](http://www.cmake.org) and the [RCMake](https://gitlab.com/vaplv/rcmake/) package to build. It also depends on the [RSys](https://gitlab.com/vaplv/rsys/) and -[Star-3D](https://gitlab.com/meso-star/star-3d/) libraries. Additionaly, two -more libraries are needed to build tests: -[Star-SP](https://gitlab.com/meso-star/star-sp/) and -[Star-3DUT](https://gitlab.com/meso-star/star-3dut/). +[Star-2D](https://gitlab.com/meso-star/star-2d/) libraries. Additionaly, one +more library is needed to build tests +([Star-SP](https://gitlab.com/meso-star/star-sp/)). -First ensure that CMake and a C compiler that implements the OpenMP 1.2 are +First ensure that CMake and a C compiler that implements the OpenMP 2.0 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