Installation instructions Using CMake (recommended) Clone the repository to your computer. git clone https://github.com/camieac/utilcpp-math.git Enter the utilcpp-math directory. cd utilcpp-math Generate the build system. cmake . Build the project. make Install the project. sudo make install