To build and test the project, execute the following commands:
mkdir build
cd build
cmake ..
cmake --build .
ctest .
If you only want to run the application, you will find the binary under build/app/sudoku-solver
.
Doxygen, Sphinx and breathe need to be installed to generate the documentation. You have to run these commands:
cd doc
doxygen
make html
The documentation can also be found online under https://ob-algdatii-ss18.github.io/leistungsnachweis-mamatofe/.