Build from the repository root in a MinGW-w64 shell.
mkdir build
cmake -S lesson06 -B build/lesson06 -G "MinGW Makefiles"
cmake --build build/lesson06
occ-lesson-06
If the compilation is not working or if the program shows weird behavior, please check the troubleshooting section.