From 3938184f70b0a354098c88cac4a30e742f1ffc82 Mon Sep 17 00:00:00 2001
From: Pierre Blanchard
You will find quick start instructions in the sources or via GitHub in the
@@ -70,14 +70,22 @@ You will find quick start instructions in the sources or via GitHub in the
file.
+A more detailed description of CMake usage is provided in the
+docs/build-with-cmake.md
+file, along with
+a list of CMake variables
+relevant to users.
+
- In order to build the library, you need to install OpenMP. In order
- to test the library, you need to install libmpfr, libssl and
- libfftw3. Availability of these libraries are checked upon execution
- of cmake. Please change the directory to sleef-3.X and run the
- following commands.
+ In order to build the library, you may want to install OpenMP (optional).
+ In order to test the library, you need to install libmpfr, libssl and
+ libfftw3 (optional). Availability of these libraries are checked upon
+ execution of cmake.
+ Please change the directory to sleef-3.X and run the following commands.
Compiling and installing the library on Linux
$ sudo apt-get install libmpfr-dev libssl-dev libfftw3-dev
$ cmake -S . -B build/ ..
@@ -87,8 +95,6 @@ $ sudo cmake --install build/ --prefix /path/to/install/dir
In order to uninstall the libraries and headers, run the following command.