From: El Hadi Moussi Date: Fri, 9 Aug 2024 13:21:25 +0000 (+0200) Subject: Add installation instruction to the README X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=b16e62dd0c7687ecf4a7312028bc8a6cda9c41f7;p=tools%2Fmedcoupling.git Add installation instruction to the README --- diff --git a/src/ShapeRecogn/README.md b/src/ShapeRecogn/README.md index b885d22ea..a9f17c589 100644 --- a/src/ShapeRecogn/README.md +++ b/src/ShapeRecogn/README.md @@ -39,7 +39,13 @@ Array info : DataArrayDouble C++ instance at 0x55f3418b40e0. Number of tuples : ## Installation -The installation +### Prerequisites + +**LAPACKE Library**: ShapeRecogn requires the [LAPACKE](https://www.netlib.org/lapack/lapacke.html) library for numerical computations. Ensure it is installed on your system. + +### CMAKE configuration + +Run CMake to configure the build. Make sure to enable ShapeRecogn by setting the `-DMEDCOUPLING_ENABLE_SHAPERECOGN=ON` option. ## Description