From b16e62dd0c7687ecf4a7312028bc8a6cda9c41f7 Mon Sep 17 00:00:00 2001 From: El Hadi Moussi Date: Fri, 9 Aug 2024 15:21:25 +0200 Subject: [PATCH] Add installation instruction to the README --- src/ShapeRecogn/README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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 -- 2.39.2