@@ -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.