Skip to content

Latest commit

 

History

History
 
 

src

Steps

  1. Use CMake to generate the build system files.

    mkdir build
    cd build
    cmake ..
  2. Run the build.

    make
  3. Run the tests:

    make test
    # or 
    ctest