mkdir build
cd build
cmake ..\lesson06 -G "NMake Makefiles"
nmake
occ-lesson-06
If the compilation is not working or if the program shows weird behavior, please check the troubleshooting section.
mkdir build
cd build
cmake ..\lesson06 -G "NMake Makefiles"
nmake
occ-lesson-06
If the compilation is not working or if the program shows weird behavior, please check the troubleshooting section.