How to Install
-
3. Build and Install
Create a dedicated build directory inside the package:
mkdir build && cd build
Generate the build configuration using CMake:
cmake ..
Compile the source code using all CPU cores:
make -j$(nproc)
Install the compiled library system-wide:
sudo make install
Contents