Hi,
I am trying to install OpenCV to use it in my c++ program from terminal. I am using Ubuntu WSL.
In the link below, there is the guide of how installing OpenCV from source.
https://docs.opencv.org/4.5.5/d0/d3d/tutorial_general_install.html
I haven’t used CMake before, and I am stuck in step 2.(step 2 is the line below)
CMake -G
I don’t know what should I write instead of and .
I have an OpenCV directory with its file after cloning by running line below
git clone GitHub - opencv/opencv: Open Source Computer Vision Library
I have also checked other website, but it was more confusing, since every website gives a specific solution.
Thank you in advance.