Skip to content

Latest commit

 

History

History
24 lines (22 loc) · 372 Bytes

File metadata and controls

24 lines (22 loc) · 372 Bytes

Installation instructions

Using CMake (recommended)

  1. Clone the repository to your computer.
    git clone https://github.com/camieac/utilcpp-math.git
    
  2. Enter the utilcpp-math directory.
    cd utilcpp-math
    
  3. Generate the build system.
    cmake .
    
  4. Build the project.
    make
    
  5. Install the project.
    sudo make install