cd flappy-birdmake./mainFor flappy bird../main_snakeFor snake.
cd opencvgit submodule update --init
cd opencvmkdir buildcd buildcmake -D CMAKE_BUILD_TYPE=Release ..make -j[n]where[n]is the number of threads to use.cd ../..cmake .cmake-gui- Set the
OpenCV_DIRparameter to point to theopencvfolder. - Click
ConfigureandGenerateand then close. make